Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrianchen committed Jan 30, 2023
1 parent ecd0208 commit d89dc9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/request-batcher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('RequestBatcher', () => {
expect(await bn1).toEqual('0x1');
expect(await bn2).toEqual('0x2');
expect(await bn3).toEqual('0x3');
console.log(fetchJsonMock.mock.calls[0][0]);
const rawRequest = fetchJsonMock.mock.calls[0][0];
expect(rawRequest.length).toEqual(3);
});
Expand Down

0 comments on commit d89dc9c

Please sign in to comment.