Skip to content

Commit

Permalink
Avoid gasEstimate in fees test
Browse files Browse the repository at this point in the history
  • Loading branch information
cytadela8 committed Aug 1, 2024
1 parent 7341f32 commit 90183b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/tests/ts-integration/tests/fees.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ testFees('Test fees', () => {
const receipt = await (
await alice.sendTransaction({
to: receiver,
value: BigInt(1)
value: BigInt(1),
gasLimit: 1000000
})
).wait();

Expand Down

0 comments on commit 90183b3

Please sign in to comment.