mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Corrected test that assumes lines are longer than they are
This commit is contained in:
parent
eb35386d76
commit
e0f3e6d328
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class TestProjects(TestCase):
|
||||||
order = (
|
order = (
|
||||||
".myProject ",
|
".myProject ",
|
||||||
".myProject. ",
|
".myProject. ",
|
||||||
"abstractParent ",
|
"abstractParent", # No space at EOL because this line in the summary ends here.
|
||||||
" kid ",
|
" kid ",
|
||||||
"existingParent ",
|
"existingParent ",
|
||||||
" child ",
|
" child ",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue