mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 17:41:28 +01:00
minor fix to test case
Former-commit-id: bf20319aed4f100d124cdeb7abeafe6598778891
This commit is contained in:
@@ -85,7 +85,7 @@ public class HintAnalyzerTest extends BaseTest {
|
|||||||
for (Dependency d : engine.getDependencies()) {
|
for (Dependency d : engine.getDependencies()) {
|
||||||
if (d.getActualFile().equals(guice)) {
|
if (d.getActualFile().equals(guice)) {
|
||||||
gdep = d;
|
gdep = d;
|
||||||
} else {
|
} else if (d.getActualFile().equals(spring)) {
|
||||||
sdep = d;
|
sdep = d;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user