Enable and fix ImportCandidatesTests
This commit is contained in:
parent
510c78154b
commit
b126c33195
|
@ -21,12 +21,15 @@ import java.lang.annotation.Retention;
|
|||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@Disabled
|
||||
/**
|
||||
* Tests for {@link ImportCandidates}.
|
||||
*
|
||||
* @author Moritz Halbritter
|
||||
*/
|
||||
class ImportCandidatesTests {
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue