chore(stdiscosrv): clean up s3 handling

This commit is contained in:
Jakob Borg
2024-09-13 08:48:04 +02:00
parent 63e4659282
commit 6505e123bb
5 changed files with 164 additions and 92 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
)
func TestDatabaseGetSet(t *testing.T) {
db := newInMemoryStore(t.TempDir(), 0)
db := newInMemoryStore(t.TempDir(), 0, nil)
ctx, cancel := context.WithCancel(context.Background())
go db.Serve(ctx)
defer cancel()