Skip to content

Commit b4ebb4e

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

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
@@ -3751,9 +3751,6 @@ fn test_remove_99_9991_per_cent_stake_removes_all() {
37513751
// cargo test --package pallet-subtensor --lib -- tests::staking::test_remove_99_9989_per_cent_stake_leaves_a_little --exact --show-output
37523752
#[test]
37533753
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
37573754
new_test_ext(1).execute_with(|| {
37583755
let subnet_owner_coldkey = U256::from(1);
37593756
let subnet_owner_hotkey = U256::from(2);

0 commit comments

Comments
 (0)