Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ank4n committed Dec 1, 2024
1 parent 07b5e3c commit 1a31c65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion substrate/frame/staking/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6244,7 +6244,8 @@ fn proportional_slash_stop_slashing_if_remaining_zero() {

assert_eq!(BondingDuration::get(), 3);

// should not slash more than the amount requested, by accidentally slashing the first chunk.
// should not slash more than the amount requested, by accidentally slashing the first
// chunk.
assert_eq!(ledger.slash(18, 1, 0), 18);
});
}
Expand Down

0 comments on commit 1a31c65

Please sign in to comment.