Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
Signed-off-by: Erez Tamam <erezo9@gmail.com>
  • Loading branch information
erezo9 authored and Ernest Wong committed Jun 30, 2022
1 parent 58356ab commit 169e785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/wildcard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ func TestMatches(t *testing.T) {
matches: true,
},
{
name: "wild card at suffix and prefix, multiple hyphens",
name: "wild card at suffid and end, multiple hypens, no match",
w: Wildcard("*-kube-*"),
candidate: "my-kub-controller",
matches: false,
},
{
name: "wild card at suffix and prefix, multiple hyphens",
name: "wild card at suffix and prefix, multiple hyphens, no match",
w: Wildcard("*-kube-*"),
candidate: "my-controller-manager",
matches: false,
Expand Down

0 comments on commit 169e785

Please sign in to comment.