Skip to content

Commit d29919d

Browse files
committed
Correct a comment in test_round_trip_time.
1 parent c3ea16b commit d29919d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_topology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def raises_err():
264264
wait_until(raises_err, 'discover server is down')
265265
self.assertIsNone(s.description.round_trip_time)
266266

267-
# Bring it back, RTT is now 30 milliseconds.
267+
# Bring it back, RTT is now 20 milliseconds.
268268
available = True
269269
round_trip_time = 20
270270

0 commit comments

Comments
 (0)