mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Fixed 'edit' test that used 'active', but meant 'start'
This commit is contained in:
parent
8b2eac62ba
commit
9a0220f3d4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class TestTaskEdit(TestCase):
|
|||
def test_fully_loaded_task_edit(self):
|
||||
"""task edit - exercise all attributes possible"""
|
||||
|
||||
self.t("add foo project:P +tag priority:H active:now due:eom wait:eom scheduled:eom recur:P1M until:eoy")
|
||||
self.t("add foo project:P +tag priority:H start:now due:eom wait:eom scheduled:eom recur:P1M until:eoy")
|
||||
self.t("1 annotate bar", input="n\n")
|
||||
|
||||
# Does not fail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue