Test should be using interface
This commit is contained in:
parent
9983997391
commit
3c83b78cea
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||||
*/
|
*/
|
||||||
public class DefaultPackageScannerTest {
|
public class DefaultPackageScannerTest {
|
||||||
|
|
||||||
private DefaultPackageScanner scanner;
|
private PackageScanner scanner;
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
|
|
Loading…
Reference in a new issue