main
Bel LaPointe 2024-04-16 06:46:30 -06:00
parent acfd95e5af
commit e372be4288
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ func TestStorage(t *testing.T) {
ctx, can := context.WithTimeout(context.Background(), time.Minute)
defer can()
s, err := NewStorage(ctx, NewTestDriver(t, "/tmp/ff"))
s, err := NewStorage(ctx, NewTestDriver(t))
if err != nil {
t.Fatal(err)
}