Skip to content

Commit

Permalink
mutation test case which should only fail during apply
Browse files Browse the repository at this point in the history
  • Loading branch information
radwaretaltr committed Aug 3, 2023
1 parent a11f4f4 commit a8cb1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v5/patch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }`,
Expand Down

0 comments on commit a8cb1be

Please sign in to comment.