mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
code review feedback
This commit is contained in:
@@ -81,7 +81,6 @@ def test_fetch_notification_status_for_service_by_month(notify_db_session):
|
|||||||
)
|
)
|
||||||
|
|
||||||
assert len(results) == 4
|
assert len(results) == 4
|
||||||
print(results)
|
|
||||||
|
|
||||||
assert results[0].month.date() == date(2018, 1, 1)
|
assert results[0].month.date() == date(2018, 1, 1)
|
||||||
assert results[0].notification_type == NotificationType.EMAIL
|
assert results[0].notification_type == NotificationType.EMAIL
|
||||||
|
|||||||
Reference in New Issue
Block a user