summaryrefslogtreecommitdiff
path: root/src/mailman/model/tests/test_workflow.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-08-30 21:02:06 -0400
committerBarry Warsaw2016-08-30 21:02:06 -0400
commit9a1f39362e47a26811bcf9f0dfe6f46f3c9d6ea3 (patch)
tree66acc7b0c1e38a9e8dd446d7b12d219a5d0c0896 /src/mailman/model/tests/test_workflow.py
parent5db5eb3417983ff6ea4c7979028bb525c4d1e332 (diff)
downloadmailman-9a1f39362e47a26811bcf9f0dfe6f46f3c9d6ea3.tar.gz
mailman-9a1f39362e47a26811bcf9f0dfe6f46f3c9d6ea3.tar.zst
mailman-9a1f39362e47a26811bcf9f0dfe6f46f3c9d6ea3.zip
Diffstat (limited to 'src/mailman/model/tests/test_workflow.py')
-rw-r--r--src/mailman/model/tests/test_workflow.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mailman/model/tests/test_workflow.py b/src/mailman/model/tests/test_workflow.py
index afcba613b..2b6a593a9 100644
--- a/src/mailman/model/tests/test_workflow.py
+++ b/src/mailman/model/tests/test_workflow.py
@@ -124,7 +124,8 @@ class TestWorkflow(unittest.TestCase):
self.assertEqual(self._manager.count, 1)
def test_discard(self):
- # Discard some workflow state. This is use by IWorkflowManager.discard().
+ # Discard some workflow state. This is use by
+ # IWorkflowManager.discard().
self._manager.save('ant', 'token', 'one')
self._manager.save('bee', 'token', 'two')
self._manager.save('ant', 'nekot', 'three')