mirror of
https://github.com/nlohmann/json.git
synced 2026-03-24 09:52:45 +00:00
✅ update tests
This commit is contained in:
@@ -1585,7 +1585,7 @@ TEST_CASE("std::optional")
|
||||
std::optional<std::string> opt_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")
|
||||
|
||||
Reference in New Issue
Block a user