Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jan 19, 2024
1 parent a43ff50 commit 77070e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eth-providers/src/__tests__/e2e/tx.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('transaction tests', () => {
const expectedGasPrice = 100000000000 + validUntil;

expect(Math.abs((params.gasPrice as BigNumber).toNumber() - expectedGasPrice)).to.lt(2);
expect(params.gasLimit?.toString()).toMatchInlineSnapshot('"100107"');
expect(params.gasLimit?.toString()).toMatchInlineSnapshot('"100100"');
});
});

Expand Down

0 comments on commit 77070e1

Please sign in to comment.