plugins/Todo: Fix a test failure.

This commit is contained in:
James Vega 2005-05-11 00:58:04 +00:00
parent 9a68ef22c1
commit d26f9b1405
1 changed files with 1 additions and 1 deletions

View File

@ -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')