diff --git a/tests/integration/test_migrations.py b/tests/integration/test_migrations.py index 68b6306..ad55fc2 100644 --- a/tests/integration/test_migrations.py +++ b/tests/integration/test_migrations.py @@ -110,7 +110,9 @@ def test_database_role_rejects_unmigrated_database(tmp_path: Path) -> None: @pytest.mark.asyncio -async def test_persisted_ids_and_timestamps_are_uuid7_and_aware_utc(tmp_path: Path) -> None: +async def test_persisted_ids_and_timestamps_are_uuid7_and_aware_utc( + tmp_path: Path, +) -> None: db_module = importlib.import_module("backup_tool.db.engine") models = importlib.import_module("backup_tool.db.models") settings = settings_for(tmp_path)