Skip to content

Commit

Permalink
fixed hunspell test to clean up properly
Browse files Browse the repository at this point in the history
  • Loading branch information
uboness committed Jan 3, 2013
1 parent 7cf80ac commit 86f55b3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.elasticsearch.node.internal.InternalNode;
import org.elasticsearch.test.integration.AbstractNodesTests;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterTest;
import org.testng.annotations.Test;

import static org.hamcrest.MatcherAssert.assertThat;
Expand All @@ -41,7 +42,7 @@
public class HunspellServiceTests extends AbstractNodesTests {


@AfterClass
@AfterTest
public void closeNodes() {
closeAllNodes();
}
Expand Down

0 comments on commit 86f55b3

Please sign in to comment.