mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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()
|
self.t = Task()
|
||||||
|
|
||||||
def test_attribute_modifier_with_duration(self):
|
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")
|
self.t("add one due:7d")
|
||||||
code, out, err = self.t("due.before:10d list")
|
code, out, err = self.t("due.before:10d list")
|
||||||
self.tap(out)
|
self.tap(out)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue