summaryrefslogtreecommitdiff
path: root/mailman/testing/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/testing/helpers.py')
-rw-r--r--mailman/testing/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/testing/helpers.py b/mailman/testing/helpers.py
index dd241ddba..5bd019ab7 100644
--- a/mailman/testing/helpers.py
+++ b/mailman/testing/helpers.py
@@ -63,7 +63,7 @@ def make_testable_runner(runner_class):
class EmptyingRunner(runner_class):
"""Stop processing when the queue is empty."""
- def _doperiodic(self):
+ def _do_periodic(self):
"""Stop when the queue is empty."""
self._stop = (len(self._switchboard.files) == 0)