Skip to content

Commit c9a54bb

Browse files
authored
Merge pull request #40 from teenager-ETH/fix/err
Typographical error in the file_test.go
2 parents 614d333 + 6ef1422 commit c9a54bb

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)