mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
plugins/Todo: Fix a test failure.
This commit is contained in:
parent
9a68ef22c1
commit
d26f9b1405
@ -44,7 +44,7 @@ class TodoTestCase(PluginTestCase):
|
||||
def testTodo(self):
|
||||
# Should not error, but no tasks yet.
|
||||
self.assertNotError('todo')
|
||||
self.assertRegexp('todo', 'has no Todos')
|
||||
self.assertRegexp('todo', 'You have no tasks')
|
||||
# Add a task
|
||||
self.assertNotError('todo add wash my car')
|
||||
self.assertRegexp('todo', '#1: wash my car')
|
||||
|
Loading…
Reference in New Issue
Block a user