// Check that DAVE authored the container chain block. If this assert fails, change slot number above.
let pending = pallet_pooled_staking::PendingRewards::<Runtime>::get().expect("pending rewards to exist");
let pending = pallet_pooled_staking::PendingRewards::<Runtime>::get().expect("pending rewards to exist");
assert!(pending.rewards.is_empty(), "rewards should be distributed including the latest ones, so the pending rewards should be empty");
// Check that ALICE authored the container chain block. If this assert fails, change slot number above.