mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08: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