Skip to content

Commit a5c23a7

Browse files
committed
Typo in test_ha.
1 parent 3bcbe06 commit a5c23a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/high_availability/test_ha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ def test_ship_of_theseus(self):
973973
c = MongoClient(
974974
self.seed,
975975
replicaSet=self.name,
976-
serverSelectionTimeoutMS=self.server_selection_timeout))
976+
serverSelectionTimeoutMS=self.server_selection_timeout)
977977
db = c.get_database(
978978
"pymongo_test",
979979
write_concern=WriteConcern(w=len(c.secondaries) + 1))

0 commit comments

Comments
 (0)