mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Test that a year with no notifications returns empty list
This commit is contained in:
@@ -716,6 +716,10 @@ def test_get_notification_billable_unit_count_per_month(notify_db, notify_db_ses
|
|||||||
(
|
(
|
||||||
2015,
|
2015,
|
||||||
[('January', 1), ('March', 1)]
|
[('January', 1), ('March', 1)]
|
||||||
|
),
|
||||||
|
(
|
||||||
|
2014,
|
||||||
|
[]
|
||||||
)
|
)
|
||||||
):
|
):
|
||||||
assert get_notification_billable_unit_count_per_month(
|
assert get_notification_billable_unit_count_per_month(
|
||||||
|
|||||||
Reference in New Issue
Block a user