diff options
Diffstat (limited to 'src/mailman/commands/tests/test_mailmanconf.py')
| -rw-r--r-- | src/mailman/commands/tests/test_mailmanconf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/commands/tests/test_mailmanconf.py b/src/mailman/commands/tests/test_mailmanconf.py index 092c8a8d6..dbea2c362 100644 --- a/src/mailman/commands/tests/test_mailmanconf.py +++ b/src/mailman/commands/tests/test_mailmanconf.py @@ -72,4 +72,5 @@ class TestStart(unittest.TestCase): except SystemExit: pass self.assertEqual(self.command.parser.message, - 'Section mailman: No such key: thiskeydoesnotexist')
\ No newline at end of file + 'Section mailman: No such key: thiskeydoesnotexist') +
\ No newline at end of file |
