Skip to content

Commit

Permalink
iformat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
infiloop2 committed Feb 16, 2024
1 parent decec28 commit 943fb32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3314,7 +3314,7 @@ describe('AutomationRegistry2_2', () => {
let maxl1CostWeiOptWithoutMultiplier: BigNumber

beforeEach(async () => {
let arbL1PriceinWei = BigNumber.from(1000) // Same as MockArbGasInfo.sol
const arbL1PriceinWei = BigNumber.from(1000) // Same as MockArbGasInfo.sol
maxl1CostWeiArbWithoutMultiplier = arbL1PriceinWei
.mul(16)
.mul(
Expand Down

0 comments on commit 943fb32

Please sign in to comment.