Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
infiloop2 committed Jun 20, 2023
1 parent 4265c43 commit dc06c6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/test/v0.8/automation/KeeperRegistry2_1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3184,9 +3184,10 @@ describe('KeeperRegistry2_1', () => {
numUpkeps,
Trigger.CONDITION,
)
assert(upkeepIds.length == 2)
assert(upkeepIds.length == 3)
assert(upkeepIds[0].eq(upkeepId))
assert(upkeepIds[1].eq(afUpkeepId))
assert(upkeepIds[2].eq(mercuryUpkeepId))
upkeepIds = await registry.getActiveUpkeepIDsByType(
0,
numUpkeps,
Expand Down

0 comments on commit dc06c6c

Please sign in to comment.