Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Jan 12, 2024
1 parent 4413dd3 commit 6100d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gator/verify/runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ func TestRunner_Run(t *testing.T) {
}, {
Name: "missing-namespace",
Object: "object.yaml",
Assertions: []Assertion{{Violations: gator.IntStrFromStr("yes"), Message: ptr.To[string]("missing Namespace")}},
Assertions: []Assertion{{Violations: gator.IntStrFromStr("yes"), Message: ptr.To[string]("missing Namespace")}},
}},
}},
},
Expand Down

0 comments on commit 6100d8d

Please sign in to comment.