Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Another master pull fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleyOlson64 committed May 31, 2023
1 parent a5edc63 commit 1b2de66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/paras_registrar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ mod tests {
assert!(!Parachains::is_parachain(para_id));
// Some other external process will elevate on-demand to lease holding parachain
assert_ok!(Registrar::make_parachain(para_id));
run_to_session(4);
run_to_session(START_SESSION_INDEX + 4);
// It is now a lease holding parachain.
assert!(!Parachains::is_parathread(para_id));
assert!(Parachains::is_parachain(para_id));
Expand Down

0 comments on commit 1b2de66

Please sign in to comment.