Skip to content

Commit b61bc0a

Browse files
committed
revert wrongly updated version
1 parent 5de4cf3 commit b61bc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/index/mapper/vectors/SparseVectorFieldMapperTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public void testDefaultsWithAndWithoutIncludeDefaultsOlderIndexVersion() throws
292292
IndexVersion indexVersion = IndexVersionUtils.randomVersionBetween(
293293
random(),
294294
UPGRADE_TO_LUCENE_10_0_0,
295-
IndexVersionUtils.getPreviousVersion(SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_SUPPORT_BACKPORT_8_X)
295+
IndexVersionUtils.getPreviousVersion(SPARSE_VECTOR_PRUNING_INDEX_OPTIONS_SUPPORT)
296296
);
297297

298298
XContentBuilder orig = JsonXContent.contentBuilder().startObject();

0 commit comments

Comments
 (0)