From e884f89507495b399f5f95337985dcaaa179bfc0 Mon Sep 17 00:00:00 2001 From: Kat Date: Mon, 29 Nov 2021 11:32:01 +0000 Subject: [PATCH] Fix dates for validation in complete case log fixture Co-authored-by: Dushan --- spec/fixtures/complete_case_log.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/complete_case_log.json b/spec/fixtures/complete_case_log.json index 9f3653756..06c5cd0bb 100644 --- a/spec/fixtures/complete_case_log.json +++ b/spec/fixtures/complete_case_log.json @@ -66,7 +66,7 @@ "beds": 3, "property_void_date": "03/11/2019", "majorrepairs": "Yes", - "mrcdate": "12/02/2019", + "mrcdate": "12/02/2020", "mrcday": 12, "mrcmonth": 2, "mrcyear": 2019,