Skip to content

Commit 3e2f098

Browse files
committed
Missed await
1 parent c40da87 commit 3e2f098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/utils/e2e_test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ async def async_wait_to_start_call(
276276

277277
bittensor.logging.console.info(
278278
f"Waiting for [blue]{in_blocks}[/blue] blocks before [red]start call[/red]. "
279-
f"Current block: [blue]{subtensor.block}[/blue]."
279+
f"Current block: [blue]{await subtensor.block}[/blue]."
280280
)
281281

282282
# make sure we passed start_call limit

0 commit comments

Comments
 (0)