LUCENE-9659 fix unit test.

This commit is contained in:
Gus Heck 2021-02-17 15:19:33 -05:00
parent 890f570bf5
commit 1484c74ba7
1 changed files with 1 additions and 1 deletions

View File

@ -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 =