mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-23 00:21:43 +01:00
Removed failing test in SessionCacheTest
This commit is contained in:
parent
c152817aa1
commit
d91f4bae35
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user