Skip to content

Commit

Permalink
Merge pull request #50 from matter-labs/sb-fix-unit-tests
Browse files Browse the repository at this point in the history
Fix unit tests for boojum integration
  • Loading branch information
vladbochok authored Sep 28, 2023
2 parents f8d9390 + 3444e03 commit 0a2b9cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('TransactionValidator tests', function () {
const result = await getCallRevertReason(
tester.validateL1ToL2Transaction(
createTestTransaction({
gasLimit: 100000
gasLimit: 200000
}),
500000
)
Expand Down

0 comments on commit 0a2b9cc

Please sign in to comment.