From c15a04be908eb266332ece4830dd08d8e485bd5a Mon Sep 17 00:00:00 2001 From: Jakub Pilimon Date: Mon, 19 Mar 2018 08:35:57 +0100 Subject: [PATCH] Update CallOffDocumentIntegrationSpec.groovy accidental change reverted --- .../factory/integration/CallOffDocumentIntegrationSpec.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-monolith/src/test/groovy/pl/com/dddbyexamples/factory/integration/CallOffDocumentIntegrationSpec.groovy b/app-monolith/src/test/groovy/pl/com/dddbyexamples/factory/integration/CallOffDocumentIntegrationSpec.groovy index 57f82d5..70870d2 100644 --- a/app-monolith/src/test/groovy/pl/com/dddbyexamples/factory/integration/CallOffDocumentIntegrationSpec.groovy +++ b/app-monolith/src/test/groovy/pl/com/dddbyexamples/factory/integration/CallOffDocumentIntegrationSpec.groovy @@ -18,7 +18,7 @@ import pl.com.dddbyexamples.tools.IntegrationTest import spock.lang.Specification import java.time.Clock -import java.time.LocalDateF +import java.time.LocalDate import static java.time.Instant.from import static java.time.ZoneId.systemDefault @@ -83,4 +83,4 @@ class CallOffDocumentIntegrationSpec extends Specification implements ProductTra return Clock.fixed(from(ANY_DATE.atStartOfDay().atZone(systemDefault())), systemDefault()) } } -} \ No newline at end of file +}