diff --git a/test/src/unit-conversions.cpp b/test/src/unit-conversions.cpp index 266282e9..b07338fe 100644 --- a/test/src/unit-conversions.cpp +++ b/test/src/unit-conversions.cpp @@ -1378,7 +1378,7 @@ NLOHMANN_JSON_SERIALIZE_ENUM(cards, {cards::pik, "puk"}, // second entry for cards::puk; will not be used {cards::herz, "herz"}, {cards::karo, "karo"} -}); +}) enum TaskState { @@ -1394,7 +1394,7 @@ NLOHMANN_JSON_SERIALIZE_ENUM(TaskState, {TS_STOPPED, "stopped"}, {TS_RUNNING, "running"}, {TS_COMPLETED, "completed"}, -}); +}) TEST_CASE("JSON to enum mapping") {