You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gu...@apache.org on 2021/02/17 20:20:40 UTC

[lucene-solr] branch master updated: LUCENE-9659 fix unit test.

This is an automated email from the ASF dual-hosted git repository.

gus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 1484c74  LUCENE-9659 fix unit test.
1484c74 is described below

commit 1484c74ba70fb34874e15663cbc4e854f50ccf21
Author: Gus Heck <gu...@apache.org>
AuthorDate: Wed Feb 17 15:19:33 2021 -0500

    LUCENE-9659 fix unit test.
---
 .../test/org/apache/lucene/queries/payloads/TestPayloadCheckQuery.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/queries/src/test/org/apache/lucene/queries/payloads/TestPayloadCheckQuery.java b/lucene/queries/src/test/org/apache/lucene/queries/payloads/TestPayloadCheckQuery.java
index d3f8f5a..3e86580 100755
--- a/lucene/queries/src/test/org/apache/lucene/queries/payloads/TestPayloadCheckQuery.java
+++ b/lucene/queries/src/test/org/apache/lucene/queries/payloads/TestPayloadCheckQuery.java
@@ -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 =