mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +08:00
Revert "fix: terminate second mysql container"
This reverts commit 3cd89dbcf7
.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user