File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
pallets/subtensor/src/tests Expand file tree Collapse file tree 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() {
405405 let subnet_owner_hotkey = U256 :: from ( 1002 ) ;
406406 let netuid = add_dynamic_network ( & subnet_owner_hotkey, & subnet_owner_coldkey) ;
407407
408+ // Create root subnet
409+ migrations:: migrate_create_root_network:: migrate_create_root_network :: < Test > ( ) ;
410+
408411 let initial_balance = 1_000_000_000 ;
409412 Balances :: make_free_balance_be ( & coldkey, initial_balance) ;
410413
@@ -484,6 +487,9 @@ fn test_burn_errors() {
484487 let subnet_owner_hotkey = U256 :: from ( 1002 ) ;
485488 let netuid = add_dynamic_network ( & subnet_owner_hotkey, & subnet_owner_coldkey) ;
486489
490+ // Create root subnet
491+ migrations:: migrate_create_root_network:: migrate_create_root_network :: < Test > ( ) ;
492+
487493 let initial_balance = 1_000_000_000 ;
488494 Balances :: make_free_balance_be ( & coldkey, initial_balance) ;
489495
You can’t perform that action at this time.
0 commit comments