From a8cb1be5e70a36a5a6eca32384724d6439317572 Mon Sep 17 00:00:00 2001 From: taltr Date: Thu, 3 Aug 2023 15:40:42 +0000 Subject: [PATCH] mutation test case which should only fail during apply --- v5/patch_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }`,