Skip to content

Commit 7afa9c8

Browse files
committed
LogoutHandlerTest correct
1 parent 4751cb8 commit 7afa9c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server-session/src/test/java/com.iluwatar.sessionserver/LogoutHandlerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public void testHandler_SessionNotExpired() {
7373

7474
sessionCreationTimes.put("1234",
7575
Instant.now()); //Fake login details since LoginHandler isn't called
76-
App.expirationTaskWake();
7776
when(exchange.getRequestHeaders()).thenReturn(headers);
7877
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
7978
when(exchange.getResponseBody()).thenReturn(outputStream);

0 commit comments

Comments
 (0)