From e5496b29b8172a430dcc770382cb961e1f64e5b5 Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Mon, 12 Dec 2016 18:13:44 +0000 Subject: [PATCH] Rename test --- tests/app/dao/test_notification_dao.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/dao/test_notification_dao.py b/tests/app/dao/test_notification_dao.py index 167c2d5f8..f88815047 100644 --- a/tests/app/dao/test_notification_dao.py +++ b/tests/app/dao/test_notification_dao.py @@ -625,7 +625,7 @@ def test_get_notification_by_id(sample_notification): assert sample_notification == notification_from_db -def test_get_notification_by_reference(notify_db, notify_db_session, sample_service): +def test_get_notifications_by_reference(notify_db, notify_db_session, sample_service): client_reference = 'some-client-ref' assert len(Notification.query.all()) == 0 sample_notification(notify_db, notify_db_session, client_reference=client_reference)