Skip to content

Commit 2df1bf1

Browse files
committed
cargo +nightly fmt
1 parent 171b983 commit 2df1bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/tests/children.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4018,7 +4018,7 @@ fn test_dividend_distribution_with_children_same_coldkey_owner() {
40184018
fn test_pending_cooldown_as_expected() {
40194019
let curr_block = 1;
40204020
// TODO: Fix when CHK splitting patched
4021-
// let expected_cooldown = prod_or_fast!(7200, 15);
4021+
// let expected_cooldown = prod_or_fast!(7200, 15);
40224022

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

0 commit comments

Comments
 (0)