Skip to content

Commit

Permalink
Enable and fix ImportCandidatesTests
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Feb 22, 2023
1 parent 510c781 commit b126c33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@
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
Expand Down

0 comments on commit b126c33

Please sign in to comment.