We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f8caf commit 50837b2Copy full SHA for 50837b2
pallets/subtensor/src/tests/staking.rs
@@ -3737,6 +3737,10 @@ fn test_move_stake_specific_stake_into_subnet_fail() {
3737
tao_staked + 1_000_000_000,
3738
);
3739
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
+
3744
// Add stake as new hotkey
3745
assert_ok!(SubtensorModule::add_stake(
3746
RuntimeOrigin::signed(coldkey_account_id),
0 commit comments