Skip to content

Commit

Permalink
Merge branch 'master' into revert-keep-alive
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 17, 2023
2 parents 42088b5 + 70372f4 commit 2ce5bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/pineapple",
"version": "0.3.0",
"version": "0.2.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
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('bafkreidxvfyqu6l3tb3y5gi2nq5zqyincpev2rangnv7nmaocrk7q3o2fi');
expect(receipt.cid).toBe('bafkreibenzwnm4pckgeqdyzlwnxemfavkofaynnpxj6o23oojcfe77hvte');
}, 30e3);
});

Expand Down

0 comments on commit 2ce5bc5

Please sign in to comment.