Skip to content

Commit 5364642

Browse files
committed
DATAES-213 - Polishing.
1 parent 0b062a4 commit 5364642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/springframework/data/elasticsearch/core/query/CriteriaQueryTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import org.junit.Before;
3434
import org.junit.Test;
3535
import org.junit.runner.RunWith;
36-
3736
import org.springframework.beans.factory.annotation.Autowired;
3837
import org.springframework.data.annotation.Id;
3938
import org.springframework.data.annotation.Version;
@@ -799,7 +798,7 @@ public void shouldReturnDocumentAboveMinimalScoreGivenCriteria() {
799798
assertThat(page.getContent().get(0).getMessage()).isEqualTo("ab");
800799
}
801800

802-
@Test
801+
@Test // DATAES-213
803802
public void shouldEscapeValue() {
804803

805804
// given

0 commit comments

Comments
 (0)