making commit to retrigger tests'

This commit is contained in:
Steven Robertson 2020-03-20 18:21:42 -07:00
parent 5bf327649f
commit 1f61b9ee67
1 changed files with 1 additions and 1 deletions

View File

@ -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()