mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 16:23:44 -04:00
fix test
This commit is contained in:
@@ -77,7 +77,6 @@ def test_fetch_notification_status_for_service_by_month(notify_db_session):
|
|||||||
key=lambda x: (x.month, x.notification_status),
|
key=lambda x: (x.month, x.notification_status),
|
||||||
)
|
)
|
||||||
|
|
||||||
print(results)
|
|
||||||
assert len(results) == 3
|
assert len(results) == 3
|
||||||
|
|
||||||
assert results[0].month.date() == date(2018, 1, 1)
|
assert results[0].month.date() == date(2018, 1, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user