Skip to content

Commit 7f1472b

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

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
@@ -121,7 +121,7 @@ def frequencies(self, client, listener, n_finds=10):
121121
for task in tasks:
122122
await task.start()
123123
for task in tasks:
124-
task.join()
124+
await task.join()
125125
for task in tasks:
126126
self.assertTrue(task.passed)
127127

0 commit comments

Comments
 (0)