summaryrefslogtreecommitdiff
path: root/src/mailman/database/tests/test_migrations.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/database/tests/test_migrations.py')
-rw-r--r--src/mailman/database/tests/test_migrations.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mailman/database/tests/test_migrations.py b/src/mailman/database/tests/test_migrations.py
index f47ad6d3c..d8a210a67 100644
--- a/src/mailman/database/tests/test_migrations.py
+++ b/src/mailman/database/tests/test_migrations.py
@@ -378,7 +378,8 @@ class TestMigration20121015Schema(MigrationTestBase):
self._missing_present('mailinglist',
['20121014999999'],
(),
- ('new_member_options',))
+ ('new_member_options', 'send_reminders'),
+ )
def test_post_upgrade_column_migrations(self):
self._missing_present('ban',
@@ -389,7 +390,7 @@ class TestMigration20121015Schema(MigrationTestBase):
self._missing_present('mailinglist',
['20121014999999',
'20121015000000'],
- ('new_member_options',),
+ ('new_member_options', 'send_reminders'),
())