Skip to content

Commit 855f2a4

Browse files
vincedevbruth
authored andcommitted
Fix « test should pass despite (nested) rearrangement » test
1 parent 53283fc commit 855f2a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249

250250
{ "doc": {"foo": [{"foo": 1, "bar": 2}]},
251251
"patch": [{"op": "test", "path": "/foo", "value": [{"bar": 2, "foo": 1}]}],
252+
"expected": {"foo": [{"foo": 1, "bar": 2}]},
252253
"comment": "test should pass despite (nested) rearrangement" },
253254

254255
{ "doc": {"foo": {"bar": [1, 2, 5, 4]}},

0 commit comments

Comments
 (0)