📄 update copyright year
This commit is contained in:
parent
085d497bf7
commit
01f6b2e741
@ -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-2020 Niels Lohmann");
|
CHECK(j["copyright"] == "(C) 2013-2021 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 New Issue
Block a user