Skip to content

Commit dd3dead

Browse files
committed
fixup
1 parent c8f5931 commit dd3dead

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/util/diff_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,12 @@ var _ = Describe("Unit test Diff", func() {
228228
}},
229229
diffOpts: []diffopts{
230230
func(d *differ) {
231-
d.modifyFuncs["test"] = func(obj map[string]interface{}) error {
231+
d.modifyFuncs["test"] = func(obj map[string]interface{}) error { //nolint:unparam
232232
obj["new"] = "new"
233233
obj["changed"] = 3
234234
obj["removed"] = 3
235235
obj["nil"] = nil
236+
236237
return nil
237238
}
238239
},

0 commit comments

Comments
 (0)