Skip to content

Commit

Permalink
test(batch): update large loads spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Apr 5, 2024
1 parent f100869 commit 587db43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multicall-provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ describe("ethers-multicall-provider", () => {
_range(20_000).map((i) => uni.balanceOf("0x" + i.toString(16).padStart(40, "0")))
);

expect(provider.send).toHaveBeenCalledTimes(4);
expect(provider.send).toHaveBeenCalledTimes(5);
expect(provider.send).toHaveBeenCalledWith("eth_chainId", []);
});

Expand Down

0 comments on commit 587db43

Please sign in to comment.