We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fefc29 commit 6ef1422Copy full SHA for 6ef1422
common/storage/file_test.go
@@ -89,7 +89,7 @@ func TestBrokenStorage(t *testing.T) {
89
90
exists, err := fs.Exists(context.Background(), id)
91
require.False(t, exists)
92
- require.NoError(t, err) // No error should be returned, as in this test we've just delted the directory
+ require.NoError(t, err) // No error should be returned, as in this test we've just deleted the directory
93
94
err = fs.WriteBlob(context.Background(), BlobData{
95
Header: Header{
0 commit comments