Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Sep 29, 2023
1 parent e57a3f8 commit b0c4458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestAddons(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), Minutes(40))
defer Cleanup(t, profile, cancel)

t.Run("PreSetupTests", func(t *testing.T) {
t.Run("PreSetup", func(t *testing.T) {
tests := []struct {
name string
validator validateFunc
Expand Down

0 comments on commit b0c4458

Please sign in to comment.