From ca10c72fe6d099811fd15e0c0d3ca2ff279c91e7 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Fri, 27 Oct 2017 16:00:07 +0100 Subject: [PATCH] Fix typo --- tests/app/celery/test_ftp_update_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/celery/test_ftp_update_tasks.py b/tests/app/celery/test_ftp_update_tasks.py index a330e9c3c..d9b1b22b9 100644 --- a/tests/app/celery/test_ftp_update_tasks.py +++ b/tests/app/celery/test_ftp_update_tasks.py @@ -109,7 +109,7 @@ def test_update_letter_notifications_statuses_persisted(notify_api, mocker, samp assert sent_letter.updated_at assert failed_letter.status == NOTIFICATION_TECHNICAL_FAILURE assert failed_letter.billable_units == 2 - assert failed_letter.updated + assert failed_letter.updated_at def test_update_letter_notifications_to_sent_to_dvla_updates_based_on_notification_references(