Skip to content

Commit a8cb1be

Browse files
committed
mutation test case which should only fail during apply
1 parent a11f4f4 commit a8cb1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v5/patch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ var MutationTestCases = []BadCase{
582582
{
583583
`{ "foo": "bar", "qux": { "baz": 1, "bar": null } }`,
584584
`[ { "op": "remove", "path": "/qux/bar" } ]`,
585-
true,
585+
false,
586586
},
587587
{
588588
`{ "foo": "bar", "qux": { "baz": 1, "bar": null } }`,

0 commit comments

Comments
 (0)