Skip to content

Commit

Permalink
removing use of a method not available in 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Nov 11, 2024
1 parent 81d86ab commit 68558be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void testOldIndicesCheck() {
DataStream dataStream = new DataStream(
randomAlphaOfLength(10),
allIndices,
randomNegativeLong(),
randomNonNegativeLong(),
Map.of(),
randomBoolean(),
false,
Expand Down

0 comments on commit 68558be

Please sign in to comment.