mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 10:01:35 +01:00
fixed unit test
Former-commit-id: 7bd2d15b7ae30f5a84f2ef4ce62bf893fb7c03e4
This commit is contained in:
@@ -65,6 +65,11 @@ public class BaseDependencyCheckMojoTest extends BaseTest {
|
|||||||
|
|
||||||
return artifacts;
|
return artifacts;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Mock
|
||||||
|
public String getName() {
|
||||||
|
return "test-project";
|
||||||
|
}
|
||||||
}.getMockInstance();
|
}.getMockInstance();
|
||||||
|
|
||||||
boolean autoUpdate = Settings.getBoolean(Settings.KEYS.AUTO_UPDATE);
|
boolean autoUpdate = Settings.getBoolean(Settings.KEYS.AUTO_UPDATE);
|
||||||
|
|||||||
Reference in New Issue
Block a user