Skip to content

Commit 682cb0d

Browse files
committed
unnecessary code change
1 parent ccb23cc commit 682cb0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pallets/subtensor/src/tests/coinbase.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,6 @@ fn test_drain_alpha_childkey_parentkey() {
10991099
expected.to_num::<u64>(),
11001100
parent_stake_after
11011101
);
1102-
11031102
close(expected.to_num::<u64>(), parent_stake_after.into(), 10_000);
11041103
let expected = I96F32::from_num(u64::from(pending_alpha)) / I96F32::from_num(10);
11051104
close(expected.to_num::<u64>(), child_stake_after.into(), 10_000);

0 commit comments

Comments
 (0)