mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Fixed typo
This commit is contained in:
parent
3aa8683bd0
commit
0e46a04d73
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class TestBug1630(TestCase):
|
|||
self.t = Task()
|
||||
|
||||
def test_attribute_modifier_with_duration(self):
|
||||
"""Veridy that 'due.before:10d' is correctly interpreted"""
|
||||
"""Verify that 'due.before:10d' is correctly interpreted"""
|
||||
self.t("add one due:7d")
|
||||
code, out, err = self.t("due.before:10d list")
|
||||
self.tap(out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue