From 0cdb3da34367022223f96fd11bf45a2387a589af Mon Sep 17 00:00:00 2001 From: Paul McPhee Date: Thu, 28 Mar 2024 16:45:48 +0000 Subject: [PATCH] PI-2035: Fix null start time --- .../justice/digital/hmpps/data/generator/ContactGenerator.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/manage-supervision-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/ContactGenerator.kt b/projects/manage-supervision-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/ContactGenerator.kt index 38dce639fe..7cd73f9811 100644 --- a/projects/manage-supervision-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/ContactGenerator.kt +++ b/projects/manage-supervision-and-delius/src/dev/kotlin/uk/gov/justice/digital/hmpps/data/generator/ContactGenerator.kt @@ -62,7 +62,7 @@ object ContactGenerator { val NEXT_APPT_CONTACT = generateContact( OVERVIEW, APPT_CT_3, - ZonedDateTime.of(LocalDateTime.now().plusHours(3), ZoneId.of("Europe/London")), + ZonedDateTime.of(LocalDateTime.now().plusHours(3), ZoneId.of("Europe/London")) ) val CONTACT_DOCUMENT_1 = generateContactDocument(