diff --git a/v5/patch_test.go b/v5/patch_test.go index 2fce366..91c6413 100644 --- a/v5/patch_test.go +++ b/v5/patch_test.go @@ -582,7 +582,7 @@ var MutationTestCases = []BadCase{ { `{ "foo": "bar", "qux": { "baz": 1, "bar": null } }`, `[ { "op": "remove", "path": "/qux/bar" } ]`, - true, + false, }, { `{ "foo": "bar", "qux": { "baz": 1, "bar": null } }`,