File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,6 @@ fn test_registration_without_neuron_slot() {
173173 add_network ( netuid, tempo, 0 ) ;
174174 SubtensorModule :: set_max_allowed_uids ( netuid, 0 ) ;
175175
176- // Subscribe and check extrinsic output
177176 assert_noop ! (
178177 SubtensorModule :: register(
179178 <<Test as Config >:: RuntimeOrigin >:: signed( hotkey_account_id) ,
@@ -432,7 +431,6 @@ fn test_burn_registration_without_neuron_slot() {
432431 SubtensorModule :: add_balance_to_coldkey_account ( & coldkey_account_id, 10000 ) ;
433432 SubtensorModule :: set_max_allowed_uids ( netuid, 0 ) ;
434433
435- // Subscribe and check extrinsic output
436434 assert_noop ! (
437435 SubtensorModule :: burned_register(
438436 <<Test as Config >:: RuntimeOrigin >:: signed( coldkey_account_id) ,
You can’t perform that action at this time.
0 commit comments