fix: Add missing commas in function calls and improve code formatting
This commit is contained in:
@@ -409,7 +409,7 @@ class TestCreditService:
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_recharge_user_credits_success(
|
||||
self, credit_service, sample_user
|
||||
self, credit_service, sample_user,
|
||||
) -> None:
|
||||
"""Test successful credit recharge for a user."""
|
||||
mock_session = credit_service.db_session_factory()
|
||||
|
||||
Reference in New Issue
Block a user