chore(minio): defer closing the store in test

This commit is contained in:
Manuel de la Peña
2025-05-23 13:18:53 +02:00
parent 0f13ff4a80
commit 74b3bd3f2f

View File

@@ -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)