We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb23cc commit 682cb0dCopy full SHA for 682cb0d
pallets/subtensor/src/tests/coinbase.rs
@@ -1099,7 +1099,6 @@ fn test_drain_alpha_childkey_parentkey() {
1099
expected.to_num::<u64>(),
1100
parent_stake_after
1101
);
1102
-
1103
close(expected.to_num::<u64>(), parent_stake_after.into(), 10_000);
1104
let expected = I96F32::from_num(u64::from(pending_alpha)) / I96F32::from_num(10);
1105
close(expected.to_num::<u64>(), child_stake_after.into(), 10_000);
0 commit comments