summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/utilities/tests')
-rw-r--r--src/mailman/utilities/tests/test_templates.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/utilities/tests/test_templates.py b/src/mailman/utilities/tests/test_templates.py
index b95b181f7..2de43ae3c 100644
--- a/src/mailman/utilities/tests/test_templates.py
+++ b/src/mailman/utilities/tests/test_templates.py
@@ -260,7 +260,6 @@ It will not be wrapped.
self.assertEqual(make('nosub.txt', self.mlist), """\
This is a global template. It has no substitutions. It will be
wrapped.
-
""")
def test_substitutions(self):
@@ -269,7 +268,6 @@ wrapped.
howmany='a few'), """\
This is a very nice template. It has a few substitutions. It will be
wrapped.
-
""")
def test_substitutions_no_wrap(self):
@@ -279,7 +277,6 @@ wrapped.
This is a very nice template.
It has a few substitutions.
It will not be wrapped.
-
""")