Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk committed Apr 4, 2024
1 parent 80673cf commit 5d8b57a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions create/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ func TestMySQL(t *testing.T) {
storage.MySQLParameters{MinWordLength: ptr.To(5)},
false,
},
{
"invalid",
mySQLCmd{MachineType: "invalid"},
storage.MySQLParameters{},
true,
},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
Expand Down

0 comments on commit 5d8b57a

Please sign in to comment.