Skip to content

Commit 9a98abf

Browse files
committed
cleanup
1 parent f3894f8 commit 9a98abf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

compliance/elasticsearch/src/test/java/org/eclipse/rdf4j/sail/elasticsearch/ElasticsearchSailGeoSPARQLTest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import org.eclipse.testsuite.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest;
1919
import org.junit.jupiter.api.AfterAll;
2020
import org.junit.jupiter.api.BeforeAll;
21+
import org.junit.jupiter.api.BeforeEach;
2122
import org.junit.jupiter.api.Disabled;
2223
import org.junit.jupiter.api.Test;
2324

@@ -40,6 +41,11 @@ protected void configure(LuceneSail sail) {
4041
sail.setParameter(ElasticsearchIndex.WAIT_FOR_NODES_KEY, ">=1");
4142
}
4243
};
44+
}
45+
46+
@BeforeEach
47+
public void resetRepository() throws Exception {
48+
delegateTest.tearDown();
4349
delegateTest.setUp();
4450
}
4551

0 commit comments

Comments
 (0)