Skip to content

Commit f3c434b

Browse files
fix: tests
1 parent 3edbb98 commit f3c434b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pallets/subtensor/src/tests/children.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3951,12 +3951,11 @@ fn test_dividend_distribution_with_children_same_coldkey_owner() {
39513951
#[test]
39523952
fn test_pending_cooldown_one_day() {
39533953
let curr_block = 1;
3954-
3954+
// TODO: Fix when CHK splitting patched
39553955
let expected_cooldown = if cfg!(feature = "fast-blocks") {
3956-
15
3956+
0
39573957
} else {
3958-
// TODO: Change back when CHK splitting issue resolved
3959-
1
3958+
0
39603959
};
39613960

39623961
new_test_ext(curr_block).execute_with(|| {

0 commit comments

Comments
 (0)