Skip to content

Commit

Permalink
Bump Lucene version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpountz committed Sep 22, 2023
1 parent 547e709 commit d17c80e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void testDefinedConstants() throws IllegalAccessException {
);

Matcher matcher;
if ("UPGRADE_TO_LUCENE_9_8".equals(field.getName())) {
if ("UPGRADE_TO_LUCENE_9_9".equals(field.getName())) {
// OK
} else if ((matcher = historicalVersion.matcher(field.getName())).matches()) {
// old-style version constant
Expand Down

0 comments on commit d17c80e

Please sign in to comment.