Skip to content

Commit

Permalink
Fix failure message
Browse files Browse the repository at this point in the history
  • Loading branch information
luksa authored Oct 21, 2024
1 parent bc4b0d8 commit a67956f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/util/supportedversion/supportedversion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
func TestInit(t *testing.T) {
// no need to call init(), since it's called automatically
assert.True(t, len(List) > 0, "supportedversion.List should not be empty")
assert.True(t, len(Map) > 0, "supportedversion.M should not be empty")
assert.True(t, len(Map) > 0, "supportedversion.Map should not be empty")
assert.True(t, Default != "", "supportedversion.Default should not be empty")
assert.True(t, Old != "", "supportedversion.Old should not be empty")
assert.True(t, New != "", "supportedversion.New should not be empty")
Expand Down

0 comments on commit a67956f

Please sign in to comment.