Skip to content

Commit a2ca9df

Browse files
start_call
1 parent e38d087 commit a2ca9df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/e2e_tests/test_incentive.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ async def test_incentive(local_chain, subtensor, templates, alice_wallet, bob_wa
7373
await wait_epoch(subtensor, netuid)
7474

7575
# Subnet "Start Call" https://github.com/opentensor/bits/pull/13
76-
# status, error = await root_set_subtensor_hyperparameter_values(
77-
# local_chain,
78-
# alice_wallet,
79-
# call_function="start_call",
80-
# call_params={
81-
# "netuid": netuid,
82-
# },
83-
# )
76+
status, error = await root_set_subtensor_hyperparameter_values(
77+
local_chain,
78+
alice_wallet,
79+
call_function="start_call",
80+
call_params={
81+
"netuid": netuid,
82+
},
83+
)
8484

8585
# assert status is True, error
8686

0 commit comments

Comments
 (0)