aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/tests/test_migrations_reach_head.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/tests/test_migrations_reach_head.py')
-rw-r--r--packages/meshbay-hub/tests/test_migrations_reach_head.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/tests/test_migrations_reach_head.py b/packages/meshbay-hub/tests/test_migrations_reach_head.py
index 3631438..13c5590 100644
--- a/packages/meshbay-hub/tests/test_migrations_reach_head.py
+++ b/packages/meshbay-hub/tests/test_migrations_reach_head.py
@@ -52,7 +52,7 @@ def test_the_chain_reaches_head(migrated):
assert "alembic_version" in insp.get_table_names()
# A table from the newest revision, so "head" means head and not "as far as
# the last revision anybody happened to run".
- assert "mail_quota" in insp.get_table_names()
+ assert "login_throttle" in insp.get_table_names()
def test_the_migrated_schema_is_the_one_the_models_expect(migrated):