Skip to content

Commit 6ef1422

Browse files
authored
Typographical error in the file_test.go
1 parent 4fefc29 commit 6ef1422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/storage/file_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func TestBrokenStorage(t *testing.T) {
8989

9090
exists, err := fs.Exists(context.Background(), id)
9191
require.False(t, exists)
92-
require.NoError(t, err) // No error should be returned, as in this test we've just delted the directory
92+
require.NoError(t, err) // No error should be returned, as in this test we've just deleted the directory
9393

9494
err = fs.WriteBlob(context.Background(), BlobData{
9595
Header: Header{

0 commit comments

Comments
 (0)