assert!(!<Runtime as pallet_pooled_staking::Config>::EligibleCandidatesFilter::is_candidate_eligible(&new_account));
assert!(!<Runtime as pallet_pooled_staking::Config>::EligibleCandidatesFilter::is_candidate_eligible(&new_account));
grandpa: new_keys.grandpa,babe: new_keys.babe,para_validator: new_keys.para_validator,para_assignment: new_keys.para_assignment,authority_discovery: new_keys.authority_discovery,beefy: new_keys.beefy,nimbus: new_keys.nimbus,
assert!(<Runtime as pallet_pooled_staking::Config>::EligibleCandidatesFilter::is_candidate_eligible(&new_account));
// We called request_delegate in session 0, we will be able to execute it starting from session 2
// Session 2 starts at block 600, but run_to_session runs to block 601, so subtract 2 here to go to 599
// We called request_delegate in session 0, we will be able to execute it starting from session 2
// We called request_delegate in session 0, we will be able to execute it starting from session 2
// Setup test environment with provided delegations already being executed. Input function f gets executed at start session 2
// We called request_delegate in session 0, we will be able to execute it starting from session 2
// We called request_delegate in session 0, we will be able to execute it starting from session 2
// Session 4 starts at block 1200, but run_to_session runs to block 1201, so subtract 2 here to go to 1999