From 431a09e3cf396c3acba2c25e5e460acc0fd37008 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 4 Mar 2025 11:07:52 -0800 Subject: [PATCH] fix test --- 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 405b4a104..a9be67b5d 100644 --- a/tests/app/dao/test_fact_notification_status_dao.py +++ b/tests/app/dao/test_fact_notification_status_dao.py @@ -77,7 +77,6 @@ def test_fetch_notification_status_for_service_by_month(notify_db_session): key=lambda x: (x.month, x.notification_status), ) - print(results) assert len(results) == 3 assert results[0].month.date() == date(2018, 1, 1)