Skip to content

Commit 8e1605b

Browse files
committed
run pre-commit
1 parent f09b24f commit 8e1605b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/asynchronous/test_server_selection_rtt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
sys.path[0:0] = [""]
2424

2525
from test import unittest
26+
from test.asynchronous import AsyncPyMongoTestCase
2627

2728
from pymongo.read_preferences import MovingAverage
2829

test/test_server_selection_rtt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
sys.path[0:0] = [""]
2424

25-
from test import unittest
25+
from test import PyMongoTestCase, unittest
2626

2727
from pymongo.read_preferences import MovingAverage
2828

@@ -35,7 +35,7 @@
3535
TEST_PATH = os.path.join(Path(__file__).resolve().parent.parent, "server_selection/rtt")
3636

3737

38-
class TestAllScenarios(unittest.TestCase):
38+
class TestAllScenarios(PyMongoTestCase):
3939
pass
4040

4141

0 commit comments

Comments
 (0)