Skip to content

Commit 95d9277

Browse files
committed
remove wrong comments
1 parent 0d94a60 commit 95d9277

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pallets/subtensor/tests/registration.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)