Skip to content

Commit

Permalink
staking: renamed test function
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfridrich committed Jul 20, 2023
1 parent b71aabd commit 33d4ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/staking/src/tests/increase_stake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use pretty_assertions::assert_eq;
use sp_runtime::FixedU128;

#[test]
fn claim_should_not_work_when_staking_is_not_initialized() {
fn increase_stake_should_not_work_when_staking_is_not_initialized() {
ExtBuilder::default()
.with_endowed_accounts(vec![
(ALICE, HDX, 150_000 * ONE),
Expand Down

0 comments on commit 33d4ca2

Please sign in to comment.