Removed duplicated test
This commit is contained in:
parent
b32188741c
commit
ca1e91c6c4
|
@ -54,12 +54,4 @@ public class TypesCacheTest {
|
|||
testCacheType(RunningPlugin.NAME);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void test2() throws Exception {
|
||||
logger.debug("------------------------------------------");
|
||||
testCacheType(Service.NAME);
|
||||
testCacheType(RunningPlugin.NAME);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue