summaryrefslogtreecommitdiff
path: root/cliff/tests/test_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'cliff/tests/test_help.py')
-rw-r--r--cliff/tests/test_help.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cliff/tests/test_help.py b/cliff/tests/test_help.py
index 4862f25..c9b0c8b 100644
--- a/cliff/tests/test_help.py
+++ b/cliff/tests/test_help.py
@@ -103,8 +103,8 @@ class TestHelp(base.TestBase):
self.assertIn('usage: %s [--version]' % basecommand, help_text)
self.assertRegex(help_text, 'option(s|al arguments):\n --version')
expected = (
- ' one Test command.\n'
- ' three word command Test command.\n'
+ ' one Test command\n'
+ ' three word command Test command\n'
)
self.assertIn(expected, help_text)