Cleanup: Added Michael to AUTHORS, ChangeLog, removed WS at EOL

This commit is contained in:
Paul Beckingham 2016-07-03 08:36:28 -04:00
parent 07e777b62c
commit b047800a30
4 changed files with 6 additions and 2 deletions

View file

@ -80,7 +80,7 @@ class TestStart(TestCase):
self.assertIn("Tracking bar", out)
def test_start_with_open_interval_timed(self):
"""Test timed start with already open interval, which should be auto-stopped
"""Test timed start with already open interval, which should be auto-stopped
at given datetime"""
self.t("start 2016-01-01T00:00:00 foo")
code, out, err = self.t("start 2016-01-01T01:00:00 bar")