Skip to content

Commit ecf01e7

Browse files
vincedevbruth
authored andcommitted
Fix « null value should be valid obj property » test
1 parent 1586cdf commit ecf01e7

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
@@ -214,6 +214,7 @@
214214

215215
{ "doc": {"foo": null},
216216
"patch": [{"op": "test", "path": "/foo", "value": null}],
217+
"expected": {"foo": null},
217218
"comment": "null value should be valid obj property" },
218219

219220
{ "doc": {"foo": null},

0 commit comments

Comments
 (0)