Skip to content

Commit

Permalink
adjust test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Dec 20, 2024
1 parent 0affb0c commit b57f8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nginx-ingress/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func TestK8sVersionValidationBad(t *testing.T) {
kubeVersion string
}{
{
name: "Earliest version 1.21.0",
name: "Before earliest version 1.21.0",
kubeVersion: "1.21.0",
},
{
Expand Down

0 comments on commit b57f8c5

Please sign in to comment.