Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
open-junius committed Aug 20, 2024
1 parent 8d9bb2d commit 9424806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/tests/networks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ fn test_schedule_dissolve_network_execution_with_coldkey_swap() {
System::assert_last_event(
Event::DissolveNetworkScheduled {
account: new_network_owner_account_id,
netuid: netuid,
netuid,
execution_block: DissolveNetworkScheduleDuration::<Test>::get() + execution_block
- 1,
}
Expand Down

0 comments on commit 9424806

Please sign in to comment.