mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -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,
|
||||
[('January', 1), ('March', 1)]
|
||||
),
|
||||
(
|
||||
2014,
|
||||
[]
|
||||
)
|
||||
):
|
||||
assert get_notification_billable_unit_count_per_month(
|
||||
|
||||
Reference in New Issue
Block a user