From 6c4992b4b11dbf292af257a0808b15c44cf8140b Mon Sep 17 00:00:00 2001 From: mikereiche Date: Mon, 14 Sep 2020 14:47:44 -0700 Subject: [PATCH] DATACOUCH-608 - Propagate expiry option and annotation to insert and upsert calls. --- .../core/CouchbaseTemplateKeyValueIntegrationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/springframework/data/couchbase/core/CouchbaseTemplateKeyValueIntegrationTests.java b/src/test/java/org/springframework/data/couchbase/core/CouchbaseTemplateKeyValueIntegrationTests.java index 11e6180d..3fa072ab 100644 --- a/src/test/java/org/springframework/data/couchbase/core/CouchbaseTemplateKeyValueIntegrationTests.java +++ b/src/test/java/org/springframework/data/couchbase/core/CouchbaseTemplateKeyValueIntegrationTests.java @@ -34,6 +34,7 @@ import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.dao.DataRetrievalFailureException; import org.springframework.dao.DataIntegrityViolationException;; +import org.springframework.dao.DataRetrievalFailureException; import org.springframework.dao.DuplicateKeyException; import org.springframework.data.couchbase.CouchbaseClientFactory; import org.springframework.data.couchbase.SimpleCouchbaseClientFactory;