Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Jul 4, 2022
1 parent 1eccc21 commit d5d2652
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/ethereum-storage/test/ipfs-storage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ describe('IPFS Storage', () => {
});

await ipfsStorage.pinDataToIPFS([hash1]);
expect(
warnLogMock,
).toHaveBeenCalledWith('Failed pinning some hashes the IPFS node: Error: expected error', [
'ipfs',
]);
expect(warnLogMock).toHaveBeenCalledWith(
'Failed pinning some hashes the IPFS node: Error: expected error',
['ipfs'],
);
});

describe('compareBootstrapNodes', () => {
Expand Down

0 comments on commit d5d2652

Please sign in to comment.