File tree 1 file changed +6
-0
lines changed
pallets/subtensor/src/tests
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -405,6 +405,9 @@ fn test_recycle_errors() {
405
405
let subnet_owner_hotkey = U256 :: from ( 1002 ) ;
406
406
let netuid = add_dynamic_network ( & subnet_owner_hotkey, & subnet_owner_coldkey) ;
407
407
408
+ // Create root subnet
409
+ migrations:: migrate_create_root_network:: migrate_create_root_network :: < Test > ( ) ;
410
+
408
411
let initial_balance = 1_000_000_000 ;
409
412
Balances :: make_free_balance_be ( & coldkey, initial_balance) ;
410
413
@@ -484,6 +487,9 @@ fn test_burn_errors() {
484
487
let subnet_owner_hotkey = U256 :: from ( 1002 ) ;
485
488
let netuid = add_dynamic_network ( & subnet_owner_hotkey, & subnet_owner_coldkey) ;
486
489
490
+ // Create root subnet
491
+ migrations:: migrate_create_root_network:: migrate_create_root_network :: < Test > ( ) ;
492
+
487
493
let initial_balance = 1_000_000_000 ;
488
494
Balances :: make_free_balance_be ( & coldkey, initial_balance) ;
489
495
You can’t perform that action at this time.
0 commit comments