update tests

This commit is contained in:
Niels Lohmann 2020-05-16 19:37:18 +02:00
parent 71c80ccfd8
commit 007c6c4bc5
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

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