update tests

This commit is contained in:
Niels Lohmann
2020-05-16 19:37:18 +02:00
parent 71c80ccfd8
commit 007c6c4bc5

View File

@@ -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")