1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-17 17:56:33 +00:00

update name

This commit is contained in:
Jim Bugwadia 2020-10-14 18:30:18 -07:00
parent 2c9a99b55d
commit 7f5c19332a

View file

@ -1033,7 +1033,7 @@ func Test_doesMatchExcludeConflict(t *testing.T) {
var rule kyverno.Rule
_ = json.Unmarshal(testcase.rule, &rule)
if doesMatchAndExcludeConflict(rule) != testcase.expectedOutput {
if doMatchAndExcludeConflict(rule) != testcase.expectedOutput {
t.Errorf("Testcase [%d] failed - description - %v", i+1, testcase.description)
}
}