Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxio committed Jun 4, 2024
1 parent c649c98 commit 13b3b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pay-api/tests/unit/services/test_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ def test_get_weekly_interim_statement(session, admin_users_mock):
assert weekly_invoices is not None
assert len(weekly_invoices) == 1
assert weekly_invoices[0].invoice_id == weekly_invoice.id


def test_get_interim_statement_change_away_from_eft(session, admin_users_mock):
"""Assert that a payment method update interim statement is generated."""
account_create_date = datetime(2023, 10, 1, 12, 0)
Expand Down

0 comments on commit 13b3b73

Please sign in to comment.