Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed Jul 1, 2024
1 parent fe17f94 commit cec9691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/subtensor/tests/block_step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ fn test_loaded_emission() {

// Try draining the emission tuples
// None remaining because we are at epoch.
let block: u64 = 8;
SubtensorModule::drain_emission();
assert!(SubtensorModule::get_loaded_emission_tuples(netuid).is_none());

Expand Down

0 comments on commit cec9691

Please sign in to comment.