diff --git a/programs/stake/src/stake_state.rs b/programs/stake/src/stake_state.rs index 4d882df7160157..05f704d7016a23 100644 --- a/programs/stake/src/stake_state.rs +++ b/programs/stake/src/stake_state.rs @@ -6802,6 +6802,7 @@ mod tests { expected_destination_stake_delegation, destination_stake.delegation.stake ); + assert!(destination_stake.delegation.stake >= MINIMUM_STAKE_DELEGATION,); } else { panic!("destination state must be StakeStake::Stake after successful split when source is also StakeState::Stake!"); }