diff --git a/test/src/unit-meta.cpp b/test/src/unit-meta.cpp index 243de046b..081f4b009 100644 --- a/test/src/unit-meta.cpp +++ b/test/src/unit-meta.cpp @@ -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( {