mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +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;
|
||||
}
|
||||
|
||||
@Mock
|
||||
public String getName() {
|
||||
return "test-project";
|
||||
}
|
||||
}.getMockInstance();
|
||||
|
||||
boolean autoUpdate = Settings.getBoolean(Settings.KEYS.AUTO_UPDATE);
|
||||
|
||||
Reference in New Issue
Block a user