Skip to content

Commit 0b6dd40

Browse files
author
unconst
committed
cargo clippy
1 parent 551a69f commit 0b6dd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/tests/migration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ fn test_migrate_rao() {
373373
// Run the coinbase
374374
let emission: u64 = 1_000_000_000;
375375
SubtensorModule::run_coinbase(I96F32::from_num(emission));
376-
close(SubnetTaoInEmission::<Test>::get(netuid_1), 1*(emission/6), 100);
376+
close(SubnetTaoInEmission::<Test>::get(netuid_1), emission/6, 100);
377377
close(SubnetTaoInEmission::<Test>::get(netuid_2), 2*(emission/6), 100);
378378
close(SubnetTaoInEmission::<Test>::get(netuid_3), 3*(emission/6), 100);
379379
});

0 commit comments

Comments
 (0)