fix test for meta() function

This commit is contained in:
Niels Lohmann 2020-07-25 22:28:14 +02:00
parent 9c75c7eace
commit a34070d36a
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -39,7 +39,7 @@ TEST_CASE("version information")
json j = json::meta();
CHECK(j["name"] == "JSON for Modern C++");
CHECK(j["copyright"] == "(C) 2013-2017 Niels Lohmann");
CHECK(j["copyright"] == "(C) 2013-2020 Niels Lohmann");
CHECK(j["url"] == "https://github.com/nlohmann/json");
CHECK(j["version"] == json(
{