From 1f61b9ee673d45a1ff6f7101187a6ba77ee8e84a Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Fri, 20 Mar 2020 18:21:42 -0700 Subject: [PATCH] making commit to retrigger tests' --- tests/log_handler_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()