Skip to content

Commit 1586cdf

Browse files
vincedevbruth
authored andcommitted
Fix « Empty-string element » test
1 parent 99264bb commit 1586cdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@
264264

265265
{ "comment": "Empty-string element",
266266
"doc": { "": 1 },
267-
"patch": [{"op": "test", "path": "/", "value": 1}] },
267+
"patch": [{"op": "test", "path": "/", "value": 1}],
268+
"expected": { "": 1 } },
268269

269270
{ "doc": {
270271
"foo": ["bar", "baz"],

0 commit comments

Comments
 (0)