Suppress warnings in tests
This commit is contained in:
@@ -36,6 +36,7 @@ import static org.mockito.Mockito.mock;
|
||||
public class CaffeineCacheManagerTests {
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("cast")
|
||||
public void testDynamicMode() {
|
||||
CacheManager cm = new CaffeineCacheManager();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user