mirror of
https://github.com/nlohmann/json.git
synced 2026-03-06 17:26:24 +00:00
Fix CI, again (#4083)
This commit is contained in:
@@ -1203,7 +1203,6 @@ TEST_CASE("regression tests 1")
|
||||
CHECK(j["a"] >= 3);
|
||||
CHECK(j["a"] > 3);
|
||||
|
||||
|
||||
CHECK(!(j["a"] <= 4));
|
||||
CHECK(!(j["a"] < 4));
|
||||
CHECK(!(j["a"] >= 6));
|
||||
|
||||
Reference in New Issue
Block a user