diff --git a/tests/test_json.h b/tests/test_json.h index 2bbf5d17f6..fe29e89e06 100644 --- a/tests/test_json.h +++ b/tests/test_json.h @@ -161,7 +161,6 @@ TEST_CASE("[JSON] Parsing objects (dictionaries)") { dictionary["empty_object"].hash() == Dictionary().hash(), "The parsed JSON should contain the expected values."); } - } // namespace TestJSON #endif // TEST_JSON_H