We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9bb2d commit 9424806Copy full SHA for 9424806
pallets/subtensor/tests/networks.rs
@@ -261,7 +261,7 @@ fn test_schedule_dissolve_network_execution_with_coldkey_swap() {
261
System::assert_last_event(
262
Event::DissolveNetworkScheduled {
263
account: new_network_owner_account_id,
264
- netuid: netuid,
+ netuid,
265
execution_block: DissolveNetworkScheduleDuration::<Test>::get() + execution_block
266
- 1,
267
}
0 commit comments