Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
-mIGNORE and NO_PURGE not permitted in same D()
  • Loading branch information
tlimoncelli committed Sep 26, 2023
1 parent be40c45 commit 8f2c04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/diff2/handsoff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ D("f.com", "none",
A("foo3", "3.3.3.3", ENSURE_ABSENT_REC()),
{})
`
handsoffHelper(t, existingZone, desiredJs, true, `
handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED:
FOREIGN:
`)
Expand Down

0 comments on commit 8f2c04b

Please sign in to comment.