We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551a69f commit 0b6dd40Copy full SHA for 0b6dd40
pallets/subtensor/src/tests/migration.rs
@@ -373,7 +373,7 @@ fn test_migrate_rao() {
373
// Run the coinbase
374
let emission: u64 = 1_000_000_000;
375
SubtensorModule::run_coinbase(I96F32::from_num(emission));
376
- close(SubnetTaoInEmission::<Test>::get(netuid_1), 1*(emission/6), 100);
+ close(SubnetTaoInEmission::<Test>::get(netuid_1), emission/6, 100);
377
close(SubnetTaoInEmission::<Test>::get(netuid_2), 2*(emission/6), 100);
378
close(SubnetTaoInEmission::<Test>::get(netuid_3), 3*(emission/6), 100);
379
});
0 commit comments