Skip to content

Commit 7e39cd2

Browse files
committed
Update tests.json
1 parent 24fff54 commit 7e39cd2

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
@@ -107,7 +107,7 @@
107107
"patch": [{"op": "add", "path": "/0", "value": "bar"}],
108108
"expected": ["bar", "foo", "sil"] },
109109

110-
{ "comment": "push item to array via last index + 1"
110+
{ "comment": "push item to array via last index + 1",
111111
"doc": ["foo", "sil"],
112112
"patch": [{"op":"add", "path": "/2", "value": "bar"}],
113113
"expected": ["foo", "sil", "bar"] },

0 commit comments

Comments
 (0)