mirror of
https://github.com/gofiber/storage.git
synced 2025-11-02 20:44:00 +08:00
chore(minio): defer closing the store in test
This commit is contained in:
@@ -299,6 +299,7 @@ func Test_ResetWithContext(t *testing.T) {
|
||||
)
|
||||
|
||||
testStore := newTestStore(t)
|
||||
defer testStore.Close()
|
||||
|
||||
err := testStore.Set("john1", val, 0)
|
||||
require.NoError(t, err)
|
||||
|
||||
Reference in New Issue
Block a user