diff --git a/tests/log_handler_test.py b/tests/log_handler_test.py index c5d257a9..e7c0cdba 100644 --- a/tests/log_handler_test.py +++ b/tests/log_handler_test.py @@ -70,7 +70,7 @@ class StartupTest(testlib.RouterMixin, testlib.TestCase): def test_earliest_messages_logged_via(self): c1 = self.router.local(name='c1') - # ensure any c1-related msgs are processed before beginning capture. + # ensure any c1-related msgs are processed before beginning capture c1.call(ping) log = testlib.LogCapturer()