updated tear down to call the correct close method for this test

This commit is contained in:
Jeremy Long
2017-07-06 06:17:49 -04:00
parent d5503ff615
commit d76832f761

View File

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