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 f3c434b commit a35e462Copy full SHA for a35e462
pallets/subtensor/src/tests/children.rs
@@ -3952,11 +3952,13 @@ fn test_dividend_distribution_with_children_same_coldkey_owner() {
3952
fn test_pending_cooldown_one_day() {
3953
let curr_block = 1;
3954
// TODO: Fix when CHK splitting patched
3955
- let expected_cooldown = if cfg!(feature = "fast-blocks") {
3956
- 0
3957
- } else {
3958
3959
- };
+ // let expected_cooldown = if cfg!(feature = "fast-blocks") {
+ // 15
+ // } else {
+ // 7200
+ // };
3960
+
3961
+ let expected_cooldown = 0;
3962
3963
new_test_ext(curr_block).execute_with(|| {
3964
let coldkey = U256::from(1);
0 commit comments