mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
Test: Made test less ambiguous
This commit is contained in:
parent
6724dd3766
commit
5a7446bf4f
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ class TestBug1630(TestCase):
|
|||
self.t("add two due:10d")
|
||||
|
||||
def test_attribute_modifier_with_duration(self):
|
||||
"""Verify that 'due.before:10d' is correctly interpreted"""
|
||||
code, out, err = self.t("due.before:10d list rc.verbose:nothing")
|
||||
"""Verify that 'due.before:9d' is correctly interpreted"""
|
||||
code, out, err = self.t("due.before:9d list rc.verbose:nothing")
|
||||
self.assertNotIn("zero", out)
|
||||
self.assertIn("one", out)
|
||||
self.assertNotIn("two", out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue