diff --git a/tests/test_db.py b/tests/test_db.py index d44e18cb..2a5e7336 100644 --- a/tests/test_db.py +++ b/tests/test_db.py @@ -147,7 +147,7 @@ async def get_connection(): @pytest.mark.asyncio @pytest.mark.skipif( not settings.mint_database.startswith("postgres"), - reason="SQLite does not support row locking", + reason="SQLite does not support row locking ", ) async def test_db_get_connection_lock_row(wallet: Wallet, ledger: Ledger): if ledger.db.type == db.SQLITE: