This commit is contained in:
Greg Turnquist
2017-07-10 12:03:38 -05:00
parent 51f4f2ae23
commit f2a8a1f4d1

View File

@@ -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();