Skip to content

Commit f6f7ae8

Browse files
Update test/asynchronous/test_server_selection_in_window.py
Co-authored-by: Noah Stapp <[email protected]>
1 parent 1c45977 commit f6f7ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/test_server_selection_in_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def frequencies(self, client, listener, n_finds=10):
119119
N_TASKS = 10
120120
tasks = [FinderTask(coll, n_finds) for _ in range(N_TASKS)]
121121
for task in tasks:
122-
task.start()
122+
await task.start()
123123
for task in tasks:
124124
task.join()
125125
for task in tasks:

0 commit comments

Comments
 (0)