From 8b831fc985e194b129a6f05b282b0f2d07899836 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 27 Jul 2026 19:46:33 +0200 Subject: [PATCH] style(v2): normalize migration test formatting --- tests/integration/test_migrations.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)