Skip to content

Commit

Permalink
formatting?
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Nov 24, 2023
1 parent d6f6d05 commit c745b0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/app/dao/notification_dao/test_notification_dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,10 @@ def test_send_method_stats_by_service(sample_service, sample_organisation):

assert NotificationHistory.query.count() == 5

assert send_method_stats_by_service(datetime.utcnow() - timedelta(days=7), datetime.utcnow(),) == [
assert send_method_stats_by_service(
datetime.utcnow() - timedelta(days=7),
datetime.utcnow(),
) == [
(
sample_service.id,
sample_service.name,
Expand Down

0 comments on commit c745b0e

Please sign in to comment.