Skip to content

Commit a0e4165

Browse files
Update pallets/subtensor/src/tests/staking.rs
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent 8742aa7 commit a0e4165

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pallets/subtensor/src/tests/staking.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3695,9 +3695,6 @@ fn test_add_stake_specific_stake_into_subnet_fail() {
36953695
// cargo test --package pallet-subtensor --lib -- tests::staking::test_remove_99_999_per_cent_stake_removes_all --exact --show-output
36963696
#[test]
36973697
fn test_remove_99_9991_per_cent_stake_removes_all() {
3698-
// When we remove stake, the total issuance of the balances pallet should not change
3699-
// this is because the stake should be part of the coldkey account balance (reserved/locked)
3700-
// then the removed stake just becomes free balance
37013698
new_test_ext(1).execute_with(|| {
37023699
let subnet_owner_coldkey = U256::from(1);
37033700
let subnet_owner_hotkey = U256::from(2);

0 commit comments

Comments
 (0)