Test: Propagated typo fix to tests

This commit is contained in:
Paul Beckingham
2015-07-25 14:07:14 -04:00
parent 1dc1cf0cb7
commit 3fd8545d43
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ class TestTaskEdit(TestCase):
def test_command_line_modifications(self):
"""Verify that the 'edit' command does not accept command line modifications"""
code, out, err = self.t.runError("1 edit +foo")
self.assertIn("Command line modifications are not support by this command.", err)
self.assertIn("Command line modifications are not supported by this command.", err)
if __name__ == "__main__":