Skip to content

Commit

Permalink
Revert "fix: terminate second mysql container"
Browse files Browse the repository at this point in the history
This reverts commit 3cd89db.
  • Loading branch information
mdelapenya committed Sep 19, 2024
1 parent 60be628 commit a4849c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mysql/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a4849c8

Please sign in to comment.