Skip to content

Commit a833cfd

Browse files
committed
✅ add test for #4440
1 parent b456b88 commit a833cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/unit-regression2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ TEST_CASE("regression tests 2")
953953
});
954954
json j = {1, 2, 3};
955955
auto filtered = j | noOpFilter;
956-
CHECK(j == *filtered.begin());
956+
CHECK(*filtered.begin() == 1);
957957
}
958958
#endif
959959
}

0 commit comments

Comments
 (0)