Remove redundant test for handling get errors with non-existent CID in storage tests

This commit is contained in:
anonpenguin23 2025-11-06 06:25:18 +02:00
parent 5bfb042646
commit 64cfe078f0

View File

@ -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)