Skip to content

Commit 7f579d4

Browse files
Update test/asynchronous/test_server_selection_rtt.py
Co-authored-by: Noah Stapp <noah@noahstapp.com>
1 parent 22e7f55 commit 7f579d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/asynchronous/test_server_selection_rtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
TEST_PATH = os.path.join(Path(__file__).resolve().parent.parent, "server_selection/rtt")
3636

3737

38-
class TestAllScenarios(unittest.IsolatedAsyncioTestCase):
38+
class TestAllScenarios(AsyncPyMongoTestCase):
3939
pass
4040

4141

0 commit comments

Comments
 (0)