From 6ef142202dbba18337acc54b021ce9e2b4a6d0bb Mon Sep 17 00:00:00 2001 From: teenager-ETH Date: Thu, 30 Jan 2025 17:04:04 +0100 Subject: [PATCH] Typographical error in the file_test.go --- common/storage/file_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/storage/file_test.go b/common/storage/file_test.go index f8baac4..49b03a6 100644 --- a/common/storage/file_test.go +++ b/common/storage/file_test.go @@ -89,7 +89,7 @@ func TestBrokenStorage(t *testing.T) { exists, err := fs.Exists(context.Background(), id) require.False(t, exists) - 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 err = fs.WriteBlob(context.Background(), BlobData{ Header: Header{