diff --git a/mysql/mysql_test.go b/mysql/mysql_test.go index 69a0d74e..6160242c 100644 --- a/mysql/mysql_test.go +++ b/mysql/mysql_test.go @@ -62,12 +62,6 @@ func mustStartMySQL(t testing.TB) *mysql.MySQLContainer { } func Test_MYSQL_New(t *testing.T) { - testStore := newTestStore(t) - defer testStore.Close() - - require.True(t, testStore.db != nil) - require.NoError(t, testStore.Close()) - c := mustStartMySQL(t) dsn, err := c.ConnectionString(context.Background())