diff options
| author | Barry Warsaw | 2015-12-22 17:05:17 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-22 17:05:17 -0500 |
| commit | 85521fac12e3c67e10fbc21345e4694f3ab22fe0 (patch) | |
| tree | dbb9db4e36698b6c8f78954548cd17a95607352b /src/mailman/commands/tests/test_digests.py | |
| parent | 8d74a4f3b19928a9c311096aa5b39893ae3fe701 (diff) | |
| download | mailman-85521fac12e3c67e10fbc21345e4694f3ab22fe0.tar.gz mailman-85521fac12e3c67e10fbc21345e4694f3ab22fe0.tar.zst mailman-85521fac12e3c67e10fbc21345e4694f3ab22fe0.zip | |
Diffstat (limited to 'src/mailman/commands/tests/test_digests.py')
| -rw-r--r-- | src/mailman/commands/tests/test_digests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/tests/test_digests.py b/src/mailman/commands/tests/test_digests.py index 607949f6e..2106f5089 100644 --- a/src/mailman/commands/tests/test_digests.py +++ b/src/mailman/commands/tests/test_digests.py @@ -377,7 +377,7 @@ Subject: message 3 items = get_queue_messages('virgin') self.assertEqual(len(items), 0) - def test_bump_after_send(self): + def test_bump_before_send(self): self._mlist.digest_volume_frequency = DigestFrequency.monthly self._mlist.volume = 7 self._mlist.next_digest_number = 4 |
