diff --git a/storage_test.go b/storage_test.go index a409eae..072b32b 100644 --- a/storage_test.go +++ b/storage_test.go @@ -6,8 +6,6 @@ import ( "time" ) -//func newStorageFromTestdata(t *testing.T) { - func TestStorage(t *testing.T) { ctx, can := context.WithTimeout(context.Background(), time.Second) defer can()