Skip to content

Commit

Permalink
add missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyStick committed Sep 27, 2024
1 parent f598777 commit 6d657c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/asynchronous/test_retryable_reads.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async def test_retryable_reads_in_sharded_cluster_multiple_available(self):
mongos_clients.append(client)

listener = OvertCommandListener()
client = self.async_rs_or_single_client(
client = await self.async_rs_or_single_client(
async_client_context.mongos_seeds(),
appName="retryableReadTest",
event_listeners=[listener],
Expand Down

0 comments on commit 6d657c1

Please sign in to comment.