Skip to content

Commit acffcfa

Browse files
committed
fix
1 parent 16c176e commit acffcfa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pallets/subtensor/src/tests/children.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,9 +3083,7 @@ fn test_childkey_multiple_parents_emission() {
30833083
));
30843084

30853085
// Return actual stake
3086-
SubtensorModule::get_stake_for_hotkey_and_coldkey_on_subnet(
3087-
hotkey, coldkey, netuid,
3088-
)
3086+
SubtensorModule::get_stake_for_hotkey_and_coldkey_on_subnet(hotkey, coldkey, netuid)
30893087
})
30903088
.collect();
30913089

0 commit comments

Comments
 (0)