From 57df2f6d9650c55502be3a977c64573fa4a2115a Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 29 Oct 2024 14:29:25 -0700 Subject: [PATCH] code review feedback --- tests/app/dao/test_fact_notification_status_dao.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/dao/test_fact_notification_status_dao.py b/tests/app/dao/test_fact_notification_status_dao.py index 0801142bf..ccb0c5a06 100644 --- a/tests/app/dao/test_fact_notification_status_dao.py +++ b/tests/app/dao/test_fact_notification_status_dao.py @@ -81,7 +81,6 @@ def test_fetch_notification_status_for_service_by_month(notify_db_session): ) assert len(results) == 4 - print(results) assert results[0].month.date() == date(2018, 1, 1) assert results[0].notification_type == NotificationType.EMAIL