mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 09:09:31 +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
|
@After
|
||||||
public void tearDown() throws Exception {
|
public void tearDown() throws Exception {
|
||||||
analyzer.close();
|
analyzer.closeAnalyzer();
|
||||||
if (grokAssemblyExeFile != null) {
|
if (grokAssemblyExeFile != null) {
|
||||||
assertFalse(grokAssemblyExeFile.exists());
|
assertFalse(grokAssemblyExeFile.exists());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user