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 c5e0aef commit 2b7067aCopy full SHA for 2b7067a
pallets/subtensor/src/tests/migration.rs
@@ -489,6 +489,11 @@ fn test_migrate_dissolve_sn73_removes_entries() {
489
// Set sn volume
490
SubnetVolume::<Test>::insert(this_netuid, 123);
491
492
+ // Set alpha out
493
+ SubnetAlphaOut::<Test>::insert(this_netuid, 100_000_000_000);
494
+ // Set alpha in
495
+ SubnetAlphaIn::<Test>::insert(this_netuid, 100_000_000_000);
496
+
497
// Set reg allowed maps
498
NetworkRegistrationAllowed::<Test>::insert(this_netuid, true);
499
NetworkPowRegistrationAllowed::<Test>::insert(this_netuid, true);
0 commit comments