✅ update tests
This commit is contained in:
parent
71c80ccfd8
commit
007c6c4bc5
@ -1585,7 +1585,7 @@ TEST_CASE("std::optional")
|
|||||||
std::optional<std::string> opt_null;
|
std::optional<std::string> opt_null;
|
||||||
|
|
||||||
CHECK(json(opt_null) == j_null);
|
CHECK(json(opt_null) == j_null);
|
||||||
//CHECK(std::optional<std::string>(j_null) == std::nullopt);
|
CHECK(std::optional<std::string>(j_null) == std::nullopt);
|
||||||
}
|
}
|
||||||
|
|
||||||
SECTION("string")
|
SECTION("string")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user