Skip to content

Commit 1dd141a

Browse files
committed
Fix threading test issues.
1 parent eb5959e commit 1dd141a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_threads_replica_set_connection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def setUp(self):
3535
with a replica-set connection
3636
"""
3737
TestConnectionReplicaSetBase.setUp(self)
38-
_testThreads.setUp(self)
38+
BaseTestThreads.setUp(self)
3939

4040
def _get_connection(self):
4141
"""
@@ -99,7 +99,7 @@ def setUp(self):
9999
with a replica-set connection
100100
"""
101101
TestConnectionReplicaSetBase.setUp(self)
102-
_testThreadsAuth.setUp(self)
102+
BaseTestThreadsAuth.setUp(self)
103103

104104
def _get_connection(self):
105105
"""

0 commit comments

Comments
 (0)