Skip to content

Commit a35e462

Browse files
chore: clippy
1 parent f3c434b commit a35e462

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pallets/subtensor/src/tests/children.rs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3952,11 +3952,13 @@ fn test_dividend_distribution_with_children_same_coldkey_owner() {
39523952
fn test_pending_cooldown_one_day() {
39533953
let curr_block = 1;
39543954
// TODO: Fix when CHK splitting patched
3955-
let expected_cooldown = if cfg!(feature = "fast-blocks") {
3956-
0
3957-
} else {
3958-
0
3959-
};
3955+
// let expected_cooldown = if cfg!(feature = "fast-blocks") {
3956+
// 15
3957+
// } else {
3958+
// 7200
3959+
// };
3960+
3961+
let expected_cooldown = 0;
39603962

39613963
new_test_ext(curr_block).execute_with(|| {
39623964
let coldkey = U256::from(1);

0 commit comments

Comments
 (0)