mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Tests: Removed whitespace
This commit is contained in:
parent
149745867d
commit
c3bb349072
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class TestStop(TestCase):
|
|||
def test_timed_stop(self):
|
||||
"""Test timed start"""
|
||||
self.t("start 20160516T090100")
|
||||
self.t("stop 20160516T100200")
|
||||
self.t("stop 20160516T100200")
|
||||
j = self.t.export()
|
||||
self.assertEqual(len(j), 1)
|
||||
self.assertIn('0100Z', j[0]['start'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue