removed un-needed checks in tearDown

This commit is contained in:
Jeremy Long
2017-07-06 06:31:20 -04:00
parent d76832f761
commit 3ffb2d1312

View File

@@ -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());
}
}
}