Renamed class

This commit is contained in:
Luca Frosini 2023-02-06 18:16:16 +01:00
parent 982cce370c
commit affa4a4f7b
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ import org.slf4j.LoggerFactory;
/** /**
* @author Luca Frosini (ISTI - CNR) * @author Luca Frosini (ISTI - CNR)
*/ */
public class ISMDiscoveryTest { public class DiscoveryTest {
private static final Logger logger = LoggerFactory.getLogger(ISMDiscoveryTest.class); private static final Logger logger = LoggerFactory.getLogger(DiscoveryTest.class);
@Test @Test
public void testDiscovery() throws Exception { public void testDiscovery() throws Exception {