rm temp
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user