Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-sawlani-yral committed Nov 12, 2024
1 parent 924c5cd commit 87bb8af
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ fn test_mark_subnet_orchestrator_as_maxed_out_once_backup_canisters_are_consumed

assert_eq!(subnet_available_canister_cnt, 0);

for _ in 0..5 {
pocket_ic.tick();
}

let subnet_backup_canister_cnt = pocket_ic
.query_call(
subnet_orchestrator_canister_id,
Expand Down

0 comments on commit 87bb8af

Please sign in to comment.