We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf3276 commit 1f61b9eCopy full SHA for 1f61b9e
tests/log_handler_test.py
@@ -70,7 +70,7 @@ def test_earliest_messages_logged(self):
70
71
def test_earliest_messages_logged_via(self):
72
c1 = self.router.local(name='c1')
73
- # ensure any c1-related msgs are processed before beginning capture.
+ # ensure any c1-related msgs are processed before beginning capture
74
c1.call(ping)
75
76
log = testlib.LogCapturer()
0 commit comments