Revert "fix: terminate second mysql container"

This reverts commit 3cd89dbcf7.
This commit is contained in:
Manuel de la Peña
2024-09-20 01:10:07 +02:00
parent 60be628083
commit a4849c83f7

View File

@@ -69,9 +69,6 @@ func Test_MYSQL_New(t *testing.T) {
require.NoError(t, testStore.Close())
c := mustStartMySQL(t)
t.Cleanup(func() {
require.NoError(t, c.Terminate(context.Background()))
})
dsn, err := c.ConnectionString(context.Background())
require.NoError(t, err)