Skip to content

Commit e450e8e

Browse files
committed
fix: update gas estimate threshold in railgun-smart-wallet tests
1 parent effb9eb commit e450e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/contracts/railgun-smart-wallet/V2/__tests__/railgun-smart-wallet.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ describe('railgun-smart-wallet', function runTests() {
400400
isV2Test() ? 1_370_000 : 1_400_000,
401401
);
402402
expect(Number(gasEstimate_DummyActualBroadcasterFee)).to.be.lessThan(
403-
isV2Test() ? 1_420_000 : 1_500_000,
403+
isV2Test() ? 1_430_000 : 1_500_000,
404404
);
405405

406406
// Case 3 - Actual transaction

0 commit comments

Comments
 (0)