Skip to content

Commit 53283fc

Browse files
vincedevbruth
authored andcommitted
Fix « test should pass despite rearrangement » test
1 parent ecf01e7 commit 53283fc

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
@@ -244,6 +244,7 @@
244244

245245
{ "doc": {"foo": {"foo": 1, "bar": 2}},
246246
"patch": [{"op": "test", "path": "/foo", "value": {"bar": 2, "foo": 1}}],
247+
"expected": {"foo": {"foo": 1, "bar": 2}},
247248
"comment": "test should pass despite rearrangement" },
248249

249250
{ "doc": {"foo": [{"foo": 1, "bar": 2}]},

0 commit comments

Comments
 (0)