Skip to content

Commit 516feba

Browse files
committed
operation should be "add", not " add"
1 parent c5a4a10 commit 516feba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"expected": ["bar", "foo", "sil"] },
109109

110110
{ "doc": ["foo", "sil"],
111-
"patch": [{"op":" add", "path": "/2", "value": "bar"}],
111+
"patch": [{"op":"add", "path": "/2", "value": "bar"}],
112112
"expected": ["foo", "sil", "bar"] },
113113

114114
{ "doc": ["foo", "sil"],

0 commit comments

Comments
 (0)