aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cleaner_tests/help_output_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cleaner_tests/help_output_tests.py')
-rw-r--r--tests/cleaner_tests/help_output_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cleaner_tests/help_output_tests.py b/tests/cleaner_tests/help_output_tests.py
index 2f14438c..b77895f6 100644
--- a/tests/cleaner_tests/help_output_tests.py
+++ b/tests/cleaner_tests/help_output_tests.py
@@ -21,7 +21,8 @@ class CleanHelpTest(StageOneOutputTest):
def test_all_help_sections_present(self):
self.assertOutputContains('Global Options:')
self.assertOutputContains('Cleaner/Masking Options:')
- self.assertOutputContains('TARGET The directory or archive to obfuscate')
+ self.assertOutputContains('TARGET The directory or '
+ 'archive to obfuscate')
class MaskHelpTest(CleanHelpTest):