mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Test was wrong.
This commit is contained in:
parent
87e9578666
commit
9f654a5c95
1 changed files with 1 additions and 2 deletions
|
@ -113,10 +113,9 @@ class TestProjects(TestCase):
|
|||
code, out, err = self.t(("projects",))
|
||||
|
||||
order = (
|
||||
# NOTE all but abstractParent have 1 task hence the trailing space
|
||||
".myProject ",
|
||||
".myProject. ",
|
||||
"abstractParent\n",
|
||||
"abstractParent ",
|
||||
" kid ",
|
||||
"existingParent ",
|
||||
" child ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue