mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Fixed typo in comment.
This commit is contained in:
parent
1e8f83cab9
commit
2c986d6e6b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class Test1430(TestCase):
|
|||
pro = "home/garden"
|
||||
self.t(('add', 'foo', 'project:%s' % pro))
|
||||
|
||||
# TODO Reßtore this test and fix it.
|
||||
# TODO Restore this test and fix it.
|
||||
# The form 'name:a/b' does not work, while 'name.is:a/b' does.
|
||||
#code, out, err = self.t(('list', 'project:%s' % pro))
|
||||
code, out, err = self.t(('list', 'project.is:%s' % pro))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue