Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
infiloop2 committed Feb 16, 2024
1 parent 78baf8d commit 6ef9595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/test/v0.8/automation/AutomationRegistry2_2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2885,9 +2885,9 @@ describe('AutomationRegistry2_2', () => {
await mock.setCanPerform(true)

// upkeep is underfunded by 1 wei
const minBalance1 = (
await registry.getMinBalanceForUpkeep(upkeepID)
).sub(1)
const minBalance1 = (await registry.getMinBalanceForUpkeep(upkeepID)).sub(
1,
)
await registry.connect(owner).addFunds(upkeepID, minBalance1)

// upkeep check should return false, 2 should return true
Expand Down

0 comments on commit 6ef9595

Please sign in to comment.