Skip to content

Commit 7be96ca

Browse files
committed
Add Expiration Task state test (should be sleeping after it is woken)
1 parent e31b12b commit 7be96ca

File tree

1 file changed

+0
-3
lines changed
  • server-session/src/test/java/com.iluwatar.sessionserver

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@
2727
import static java.lang.Thread.State.TIMED_WAITING;
2828
import static java.lang.Thread.State.WAITING;
2929
import static org.junit.jupiter.api.Assertions.assertEquals;
30-
import static org.mockito.Mockito.when;
31-
3230
import java.io.IOException;
3331
import lombok.extern.slf4j.Slf4j;
34-
import org.junit.Before;
3532
import org.junit.jupiter.api.BeforeAll;
3633
import org.junit.jupiter.api.BeforeEach;
3734
import org.junit.jupiter.api.MethodOrderer;

0 commit comments

Comments
 (0)