Skip to content

Commit 50837b2

Browse files
committed
add higher liquidity on mvoe stake tests
1 parent 82f8caf commit 50837b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pallets/subtensor/src/tests/staking.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3737,6 +3737,10 @@ fn test_move_stake_specific_stake_into_subnet_fail() {
37373737
tao_staked + 1_000_000_000,
37383738
);
37393739

3740+
// Setup Subnet pool for origin netuid
3741+
SubnetAlphaIn::<Test>::insert(origin_netuid, alpha_in + 10_000_000);
3742+
SubnetTAO::<Test>::insert(origin_netuid, tao_in + 10_000_000);
3743+
37403744
// Add stake as new hotkey
37413745
assert_ok!(SubtensorModule::add_stake(
37423746
RuntimeOrigin::signed(coldkey_account_id),

0 commit comments

Comments
 (0)