From 64cfe078f0b6f81102e9b6eef844a1692a145bac Mon Sep 17 00:00:00 2001 From: anonpenguin23 Date: Thu, 6 Nov 2025 06:25:18 +0200 Subject: [PATCH] Remove redundant test for handling get errors with non-existent CID in storage tests --- tests/e2e/storage.test.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/e2e/storage.test.ts b/tests/e2e/storage.test.ts index 9a732ec..8f7bfa9 100644 --- a/tests/e2e/storage.test.ts +++ b/tests/e2e/storage.test.ts @@ -181,13 +181,6 @@ describe("Storage", () => { await expect(client.storage.status(fakeCID)).rejects.toThrow(); }); - it("should handle get errors for non-existent CID", async () => { - const client = await createTestClient(); - const fakeCID = "QmInvalidCID123456789"; - - await expect(client.storage.get(fakeCID)).rejects.toThrow(); - }); - it("should upload large content", async () => { const client = await createTestClient(); // Create a larger file (100KB)