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 586eb24 commit 0e99ff6Copy full SHA for 0e99ff6
pallets/subtensor/src/tests/children.rs
@@ -3958,8 +3958,6 @@ fn test_pending_cooldown_as_expected() {
3958
// 7200
3959
// };
3960
3961
- let expected_cooldown = PendingChildKeyCooldown::<Test>::get();
3962
-
3963
new_test_ext(curr_block).execute_with(|| {
3964
let coldkey = U256::from(1);
3965
let hotkey = U256::from(2);
@@ -3968,6 +3966,7 @@ fn test_pending_cooldown_as_expected() {
3968
3966
let netuid: u16 = 1;
3969
3967
let proportion1: u64 = 1000;
3970
let proportion2: u64 = 2000;
+ let expected_cooldown = PendingChildKeyCooldown::<Test>::get();
3971
3972
// Add network and register hotkey
3973
add_network(netuid, 13, 0);
0 commit comments