mirror of
https://github.com/DeBrosOfficial/network-ts-sdk.git
synced 2025-12-11 01:58:49 +00:00
Remove redundant test for handling get errors with non-existent CID in storage tests
This commit is contained in:
parent
5bfb042646
commit
64cfe078f0
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user