✅ fix test for meta() function
This commit is contained in:
parent
9c75c7eace
commit
a34070d36a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ TEST_CASE("version information")
|
||||||
json j = json::meta();
|
json j = json::meta();
|
||||||
|
|
||||||
CHECK(j["name"] == "JSON for Modern C++");
|
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["url"] == "https://github.com/nlohmann/json");
|
||||||
CHECK(j["version"] == json(
|
CHECK(j["version"] == json(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue