summaryrefslogtreecommitdiff
path: root/src/mailman/runners/tests/test_digest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/tests/test_digest.py')
-rw-r--r--src/mailman/runners/tests/test_digest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/runners/tests/test_digest.py b/src/mailman/runners/tests/test_digest.py
index 1565af262..5246ef670 100644
--- a/src/mailman/runners/tests/test_digest.py
+++ b/src/mailman/runners/tests/test_digest.py
@@ -76,7 +76,7 @@ class TestDigest(unittest.TestCase):
make_digest_messages(self._mlist)
self._check_virgin_queue()
# The digest mbox and all intermediary mboxes must have been removed
- # (GL#259).
+ # (GL #259).
self.assertEqual(os.listdir(self._mlist.data_path), [])
def test_non_ascii_message(self):