We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171b983 commit 2df1bf1Copy full SHA for 2df1bf1
pallets/subtensor/src/tests/children.rs
@@ -4018,7 +4018,7 @@ fn test_dividend_distribution_with_children_same_coldkey_owner() {
4018
fn test_pending_cooldown_as_expected() {
4019
let curr_block = 1;
4020
// TODO: Fix when CHK splitting patched
4021
- // let expected_cooldown = prod_or_fast!(7200, 15);
+ // let expected_cooldown = prod_or_fast!(7200, 15);
4022
4023
new_test_ext(curr_block).execute_with(|| {
4024
let coldkey = U256::from(1);
0 commit comments