From cfe08a4d8b6a18a8348b25aed9e3003990ecc9bd Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Tue, 23 May 2017 14:47:55 +0100 Subject: [PATCH] Store the normalised number on the notification --- tests/app/notifications/test_process_notification.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/app/notifications/test_process_notification.py b/tests/app/notifications/test_process_notification.py index 2f66ef457..7cbaac8fd 100644 --- a/tests/app/notifications/test_process_notification.py +++ b/tests/app/notifications/test_process_notification.py @@ -383,6 +383,7 @@ def test_persist_sms_notification_stores_normalised_number( assert persisted_notification.to == recipient assert persisted_notification.normalised_to == expected_recipient_normalised +<<<<<<< HEAD @pytest.mark.parametrize('recipient, expected_recipient_normalised', [ @@ -412,3 +413,5 @@ def test_persist_email_notification_stores_normalised_email( assert persisted_notification.to == recipient assert persisted_notification.normalised_to == expected_recipient_normalised +======= +>>>>>>> Store the normalised number on the notification