Tests: Made test less fragile

This commit is contained in:
Paul Beckingham 2016-06-16 20:30:01 -04:00
parent ea5f2cd944
commit 9cb4d26062

View file

@ -57,7 +57,7 @@ class TestIds(TestCase):
self.t = Timew() self.t = Timew()
def test_ids_in_output(self): def test_ids_in_output(self):
self.t("start a") self.t("start a 10s ago")
self.t("start b") self.t("start b")
code, out, err = self.t("summary :week :ids") code, out, err = self.t("summary :week :ids")
self.assertIn(' @1 ', out) self.assertIn(' @1 ', out)