Skip to content

Commit 30e6c62

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

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
@@ -114,7 +114,7 @@ async def run(self):
114114

115115

116116
class TestProse(AsyncIntegrationTest):
117-
def frequencies(self, client, listener, n_finds=10):
117+
async def frequencies(self, client, listener, n_finds=10):
118118
coll = client.test.test
119119
N_TASKS = 10
120120
tasks = [FinderTask(coll, n_finds) for _ in range(N_TASKS)]

0 commit comments

Comments
 (0)