mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
updated tear down to call the correct close method for this test
This commit is contained in:
@@ -222,7 +222,7 @@ public class AssemblyAnalyzerTest extends BaseTest {
|
||||
|
||||
@After
|
||||
public void tearDown() throws Exception {
|
||||
analyzer.close();
|
||||
analyzer.closeAnalyzer();
|
||||
if (grokAssemblyExeFile != null) {
|
||||
assertFalse(grokAssemblyExeFile.exists());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user