Skip to content

Commit 0b1aa7f

Browse files
committed
prettier
1 parent a4b3780 commit 0b1aa7f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/ethereum-storage/test/ipfs-storage.test.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ describe('IPFS Storage', () => {
9393
});
9494

9595
await ipfsStorage.pinDataToIPFS([hash1]);
96-
expect(
97-
warnLogMock,
98-
).toHaveBeenCalledWith('Failed pinning some hashes the IPFS node: Error: expected error', [
99-
'ipfs',
100-
]);
96+
expect(warnLogMock).toHaveBeenCalledWith(
97+
'Failed pinning some hashes the IPFS node: Error: expected error',
98+
['ipfs'],
99+
);
101100
});
102101

103102
describe('compareBootstrapNodes', () => {

0 commit comments

Comments
 (0)