Skip to content

Commit 63a0a8e

Browse files
committed
Correct a comment.
1 parent 57c4e40 commit 63a0a8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_replica_set_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,8 @@ def loop(pipe):
564564
db.connection.close()
565565

566566
def test_fork_and_schedule_refresh(self):
567-
# After a fork the monitor thread is gone. Check that it's restarted.
567+
# After a fork the monitor thread is gone.
568+
# Verify that schedule_refresh throws InvalidOperation.
568569
if sys.platform == "win32":
569570
raise SkipTest("Can't fork on Windows")
570571

0 commit comments

Comments
 (0)