Skip to content

Commit

Permalink
temp panic
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe committed Jun 5, 2024
1 parent 43a839c commit 6289948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/stake-tests/tests/test_move_stake_and_lamports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,7 @@ async fn test_move_feature_gate_fail(
move_dest_type: StakeLifecycle,
move_lamports: bool,
) {
panic!("HANA fail");
if !move_lamports
&& (move_source_type != StakeLifecycle::Active
|| move_dest_type == StakeLifecycle::Activating)
Expand Down

0 comments on commit 6289948

Please sign in to comment.