mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Tests: changed to no-relative times for tests
This commit is contained in:
parent
b559b5a606
commit
02f73afcde
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class TestExport(TestCase):
|
||||||
|
|
||||||
def test_single_unobstructed_interval(self):
|
def test_single_unobstructed_interval(self):
|
||||||
"""Single unobstructed interval"""
|
"""Single unobstructed interval"""
|
||||||
self.t("track 8am - 9am foo")
|
self.t("track 20160531T0800 - 20160531T0900 foo")
|
||||||
|
|
||||||
j = self.t.export()
|
j = self.t.export()
|
||||||
self.assertEqual(len(j), 1)
|
self.assertEqual(len(j), 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue