Skip to content

Commit

Permalink
Update test to accomplish CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenovilla committed Dec 17, 2024
1 parent 6e9a3f9 commit 6cbf465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/upgrade-chain/test-upgrade-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describeWithExistingNode(
// If LAOS cannot be upgraded cause the cooldown is active (last upgrade's cooldown hasn't beeen completed)
// we check that the upgrade is rejected. Otherwise, the upgrade goes on
if (
Array.from(upgradeCooldowns.entries()).find(
upgradeCooldowns.entries().some(
([_index, [paraID, _blockNumber]]) => paraID.toNumber() === LAOS_PARA_ID
)
) {
Expand Down

0 comments on commit 6cbf465

Please sign in to comment.