Skip to content

Commit 5bfb6db

Browse files
committed
fix integration test
1 parent 64990df commit 5bfb6db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/springframework/data/elasticsearch/core/SearchTemplateIntegrationTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
import java.util.Map;
2323

2424
import org.json.JSONException;
25-
import org.junit.jupiter.api.AfterEach;
2625
import org.junit.jupiter.api.BeforeEach;
2726
import org.junit.jupiter.api.DisplayName;
27+
import org.junit.jupiter.api.Order;
2828
import org.junit.jupiter.api.Test;
2929
import org.springframework.beans.factory.annotation.Autowired;
3030
import org.springframework.data.annotation.Id;
@@ -123,7 +123,6 @@ void setUp() {
123123
void cleanup() {
124124
operations.indexOps(IndexCoordinates.of(indexNameProvider.getPrefix() + '*')).delete();
125125
}
126-
}
127126

128127
@Test // #1891
129128
@DisplayName("should store, retrieve and delete template script")

0 commit comments

Comments
 (0)