File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
pallets/subtensor/src/tests Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3751,9 +3751,6 @@ fn test_remove_99_9991_per_cent_stake_removes_all() {
3751
3751
// cargo test --package pallet-subtensor --lib -- tests::staking::test_remove_99_9989_per_cent_stake_leaves_a_little --exact --show-output
3752
3752
#[ test]
3753
3753
fn test_remove_99_9989_per_cent_stake_leaves_a_little ( ) {
3754
- // When we remove stake, the total issuance of the balances pallet should not change
3755
- // this is because the stake should be part of the coldkey account balance (reserved/locked)
3756
- // then the removed stake just becomes free balance
3757
3754
new_test_ext ( 1 ) . execute_with ( || {
3758
3755
let subnet_owner_coldkey = U256 :: from ( 1 ) ;
3759
3756
let subnet_owner_hotkey = U256 :: from ( 2 ) ;
You can’t perform that action at this time.
0 commit comments