mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Tests: fixed date-sensitivity of test
This commit is contained in:
parent
50dd735101
commit
15df8dfff2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class TestSplit(TestCase):
|
|||
|
||||
def test_split_open_interval(self):
|
||||
"""Split an open interval"""
|
||||
self.t("start 2016-06-10T00:00:00 foo")
|
||||
self.t("start 5mins ago foo")
|
||||
code, out, err = self.t("split @1")
|
||||
self.assertIn('Split @1', out)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue