commit | a833cfde21bd3c51a84a4fde565ea6ba07751f97 | [log] [tgz] |
---|---|---|
author | Niels Lohmann <mail@nlohmann.me> | Sun Nov 17 11:37:27 2024 +0100 |
committer | Niels Lohmann <mail@nlohmann.me> | Sun Nov 17 11:37:27 2024 +0100 |
tree | 04fc94fd0109a092dc0ce7731d29e58c784f6f94 | |
parent | b456b88ddeaf58a2ffdc72461b07f8379be791c0 [diff] |
:white_check_mark: add test for #4440
diff --git a/tests/src/unit-regression2.cpp b/tests/src/unit-regression2.cpp index 90a4630..d12751f 100644 --- a/tests/src/unit-regression2.cpp +++ b/tests/src/unit-regression2.cpp
@@ -953,7 +953,7 @@ }); json j = {1, 2, 3}; auto filtered = j | noOpFilter; - CHECK(j == *filtered.begin()); + CHECK(*filtered.begin() == 1); } #endif }