We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64990df commit 5bfb6dbCopy full SHA for 5bfb6db
src/test/java/org/springframework/data/elasticsearch/core/SearchTemplateIntegrationTests.java
@@ -22,9 +22,9 @@
22
import java.util.Map;
23
24
import org.json.JSONException;
25
-import org.junit.jupiter.api.AfterEach;
26
import org.junit.jupiter.api.BeforeEach;
27
import org.junit.jupiter.api.DisplayName;
+import org.junit.jupiter.api.Order;
28
import org.junit.jupiter.api.Test;
29
import org.springframework.beans.factory.annotation.Autowired;
30
import org.springframework.data.annotation.Id;
@@ -123,7 +123,6 @@ void setUp() {
123
void cleanup() {
124
operations.indexOps(IndexCoordinates.of(indexNameProvider.getPrefix() + '*')).delete();
125
}
126
- }
127
128
@Test // #1891
129
@DisplayName("should store, retrieve and delete template script")
0 commit comments