Skip to content

Commit

Permalink
Update pallets/dapp-staking-v3/src/test/tests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ashutosh Varma <[email protected]>
  • Loading branch information
Dinonard and ashutoshvarma authored May 1, 2024
1 parent 7a863e2 commit 201083d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/dapp-staking-v3/src/test/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2361,7 +2361,7 @@ fn tier_config_recalculation_works() {
assert!(init_tier_config.slots_per_tier[idx] < new_tier_config.slots_per_tier[idx]);
}

// 3. Decrease the native price, and expect number of tiers to be increased.
// 3. Decrease the native price, and expect slots in tiers to be decreased.
NATIVE_PRICE.with(|v| *v.borrow_mut() = init_price * FixedU128::from_rational(1, 2));

assert_ok!(DappStaking::force(RuntimeOrigin::root(), ForcingType::Era));
Expand Down

0 comments on commit 201083d

Please sign in to comment.