mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
updated test for #630
This commit is contained in:
@@ -53,7 +53,7 @@ public class DependencyBundlingAnalyzerTest extends BaseTest {
|
||||
@Test
|
||||
public void testGetAnalysisPhase() {
|
||||
DependencyBundlingAnalyzer instance = new DependencyBundlingAnalyzer();
|
||||
AnalysisPhase expResult = AnalysisPhase.PRE_FINDING_ANALYSIS;
|
||||
AnalysisPhase expResult = AnalysisPhase.FINAL;
|
||||
AnalysisPhase result = instance.getAnalysisPhase();
|
||||
assertEquals(expResult, result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user