Skip to content

Commit 7a5eca9

Browse files
kinghercCopilot
andauthored
Update x-pack/plugin/stateless/src/test/java/org/elasticsearch/xpack/stateless/commits/StatelessCompoundCommitTests.java
Co-authored-by: Copilot <[email protected]>
1 parent b15748b commit 7a5eca9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

x-pack/plugin/stateless/src/test/java/org/elasticsearch/xpack/stateless/commits/StatelessCompoundCommitTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,11 +466,11 @@ public void testShouldReadHeaderRegardlessFeatureFlagState() throws IOException
466466
}
467467

468468
public void testGetInternalFilesBoundaryOffsetInCurrentTermWithMixedFiles() {
469-
PrimaryTermAndGeneration previosGeneration = new PrimaryTermAndGeneration(4L, 4L);
469+
PrimaryTermAndGeneration previousGeneration = new PrimaryTermAndGeneration(4L, 4L);
470470
PrimaryTermAndGeneration currentGeneration = new PrimaryTermAndGeneration(5L, 5L);
471471

472-
BlobLocation previousMin = new BlobLocation(new BlobFile(StatelessCompoundCommit.PREFIX + "4", previosGeneration), 50L, 25L);
473-
BlobLocation previousMax = new BlobLocation(new BlobFile(StatelessCompoundCommit.PREFIX + "4", previosGeneration), 400L, 25L);
472+
BlobLocation previousMin = new BlobLocation(new BlobFile(StatelessCompoundCommit.PREFIX + "4", previousGeneration), 50L, 25L);
473+
BlobLocation previousMax = new BlobLocation(new BlobFile(StatelessCompoundCommit.PREFIX + "4", previousGeneration), 400L, 25L);
474474
BlobLocation currentMin = new BlobLocation(new BlobFile(StatelessCompoundCommit.PREFIX + "5", currentGeneration), 100L, 50L);
475475
BlobLocation currentMax = new BlobLocation(new BlobFile(StatelessCompoundCommit.PREFIX + "5", currentGeneration), 300L, 50L);
476476

0 commit comments

Comments
 (0)