diff --git a/src/test/java/org/springframework/session/data/mongo/ReactiveMongoOperationsSessionRepositoryTest.java b/src/test/java/org/springframework/session/data/mongo/ReactiveMongoOperationsSessionRepositoryTest.java index 2b3ca4e..949fe0e 100644 --- a/src/test/java/org/springframework/session/data/mongo/ReactiveMongoOperationsSessionRepositoryTest.java +++ b/src/test/java/org/springframework/session/data/mongo/ReactiveMongoOperationsSessionRepositoryTest.java @@ -144,6 +144,7 @@ public class ReactiveMongoOperationsSessionRepositoryTest { @Test public void shouldHandleExpiredSession() throws Exception { + // given String sessionId = UUID.randomUUID().toString(); Document sessionDocument = new Document(); @@ -170,6 +171,7 @@ public class ReactiveMongoOperationsSessionRepositoryTest { @Test public void shouldDeleteSession() throws Exception { + // given String sessionId = UUID.randomUUID().toString();