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