Skip to content

Commit 0042e50

Browse files
committed
test with root subnet creation
1 parent 5bcf610 commit 0042e50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pallets/subtensor/src/tests/recycle_alpha.rs

+6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)