Removed duplicated test

This commit is contained in:
Luca Frosini 2024-11-13 14:18:46 +01:00
parent b32188741c
commit ca1e91c6c4
1 changed files with 0 additions and 8 deletions

View File

@ -54,12 +54,4 @@ public class TypesCacheTest {
testCacheType(RunningPlugin.NAME); testCacheType(RunningPlugin.NAME);
} }
@Test
public void test2() throws Exception {
logger.debug("------------------------------------------");
testCacheType(Service.NAME);
testCacheType(RunningPlugin.NAME);
}
} }