Removed failing test in SessionCacheTest

This commit is contained in:
Rsl1122 2018-12-26 21:19:48 +02:00
parent c152817aa1
commit d91f4bae35

View File

@ -31,11 +31,6 @@ public class SessionCacheTest {
SessionCache.clear();
}
@Test
public void failingTest() {
assertTrue(false);
}
@Test
public void testAtomity() {
Optional<Session> cachedSession = SessionCache.getCachedSession(uuid);