Files
Remote-Terminal-for-MeshCore/tests/test_migrations/conftest.py
Jack Kingsman af76546287 Pass 2
2026-04-16 21:44:52 -07:00

6 lines
296 B
Python

# Updated automatically when a new migration is added. Migration tests that
# run ``run_migrations`` to completion assert ``get_version == LATEST`` and
# ``applied == LATEST - starting_version`` so only this constant needs to
# change, not every individual assertion.
LATEST_SCHEMA_VERSION = 58