diff --git a/tests/test_milestone_2_schema_and_migrations.py b/tests/test_milestone_2_schema_and_migrations.py index f06f3fe..38914dd 100644 --- a/tests/test_milestone_2_schema_and_migrations.py +++ b/tests/test_milestone_2_schema_and_migrations.py @@ -455,7 +455,7 @@ def test_alembic_command_upgrades_real_pgvector_database(monkeypatch: pytest.Mon ).scalars() ) - assert civiccore_revision == "civiccore_0002_llm" + assert civiccore_revision == "civiccore_0003_local_task_queue" assert civiccode_revision == "civiccode_0012_drop_local_search" assert civiccode_tables == set(CANONICAL_TABLES) | { "source_registry_records",