Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 17, 2023
1 parent 70372f4 commit 7848e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/upload.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('upload()', () => {
formData.append('file', createReadStream(path.join(__dirname, './fixtures/valid.png')));
const receipt = await upload(formData);
expect(receipt.provider).toBe('4everland');
expect(receipt.cid).toBe('bafkreibenzwnm4pckgeqdyzlwnxemfavkofaynnpxj6o23oojcfe77hvte');
expect(receipt.cid).toBe('bafkreidxvfyqu6l3tb3y5gi2nq5zqyincpev2rangnv7nmaocrk7q3o2fi');
}, 30e3);
});

Expand Down

0 comments on commit 7848e2a

Please sign in to comment.