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",))
|
code, out, err = self.t(("projects",))
|
||||||
|
|
||||||
order = (
|
order = (
|
||||||
# NOTE all but abstractParent have 1 task hence the trailing space
|
|
||||||
".myProject ",
|
".myProject ",
|
||||||
".myProject. ",
|
".myProject. ",
|
||||||
"abstractParent\n",
|
"abstractParent ",
|
||||||
" kid ",
|
" kid ",
|
||||||
"existingParent ",
|
"existingParent ",
|
||||||
" child ",
|
" child ",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue