fixed unit test

Former-commit-id: 7bd2d15b7ae30f5a84f2ef4ce62bf893fb7c03e4
This commit is contained in:
Jeremy Long
2015-02-08 07:49:56 -05:00
parent d79d5b5f33
commit bef0657801

View File

@@ -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);