code formatting

This commit is contained in:
Claudio Atzori 2024-07-15 09:32:04 +02:00
parent 7fa3d51200
commit 6f6e85ddf4
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,4 @@
package eu.dnetlib.dhp.broker.oa.matchers.simple;
import static org.junit.jupiter.api.Assertions.assertEquals;
@ -16,7 +17,8 @@ class EnrichMissingAuthorOrcidTest {
final EnrichMissingAuthorOrcid matcher = new EnrichMissingAuthorOrcid();
@BeforeEach
void setUp() throws Exception {}
void setUp() throws Exception {
}
@Test
void testFindDifferences_1() {

View File

@ -23,7 +23,8 @@ import eu.dnetlib.dhp.schema.oaf.StructuredProperty;
public class ConversionUtilsTest {
@BeforeEach
public void setUp() throws Exception {}
public void setUp() throws Exception {
}
@Test
public void testAllResultPids() {