mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
add tests for new statistics and fact notification status functions
This commit is contained in:
@@ -11,7 +11,7 @@ def get_months_for_financial_year(year):
|
||||
get_months_for_year(4, 13, year) +
|
||||
get_months_for_year(1, 4, year + 1)
|
||||
)
|
||||
if month < datetime.now()
|
||||
if convert_bst_to_utc(month) < datetime.now()
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user