mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 23:34:15 +01:00
removed un-needed checks in tearDown
This commit is contained in:
@@ -223,11 +223,5 @@ public class AssemblyAnalyzerTest extends BaseTest {
|
|||||||
@After
|
@After
|
||||||
public void tearDown() throws Exception {
|
public void tearDown() throws Exception {
|
||||||
analyzer.closeAnalyzer();
|
analyzer.closeAnalyzer();
|
||||||
if (grokAssemblyExeFile != null) {
|
|
||||||
assertFalse(grokAssemblyExeFile.exists());
|
|
||||||
}
|
|
||||||
if (grokAssemblyConfigFile != null) {
|
|
||||||
assertFalse(grokAssemblyConfigFile.exists());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user