mirror of https://github.com/apache/lucene.git
LUCENE-9659 fix unit test.
This commit is contained in:
parent
890f570bf5
commit
1484c74ba7
|
@ -270,7 +270,7 @@ public class TestPayloadCheckQuery extends LuceneTestCase {
|
|||
checkHits(
|
||||
stringGT2,
|
||||
new int[] { // spotless:off
|
||||
55, 155, 255, 355, 455, 555, 655, 755, 855, 955,
|
||||
155, 255, 355, 455, 555, 655, 755, 855, 955,
|
||||
1055, 1155, 1255, 1355, 1455, 1555, 1655, 1755, 1855, 1955
|
||||
}); // spotless:on
|
||||
SpanQuery stringGTE2 =
|
||||
|
|
Loading…
Reference in New Issue