diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-20 12:52:30 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-20 12:52:30 +0100 |
commit | d9dd3b27680d931f990a08a833e1ed85cfe94bcd (patch) | |
tree | dfd981cddc5faeb39e0d5d489382a0df1797e457 | |
parent | d87e192be69b4bdcbcda6f6d0926c5e95e4e3fec (diff) |
Style fix after #43517
-rw-r--r-- | tests/test_json.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |