fixed spelling

This commit is contained in:
Alan Wang 2026-07-16 14:51:28 -07:00
parent 003a2e7e15
commit adbd3139d0
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ public class TrackedImportFailureTest extends TrackedTransferTestBase
Uninterruptibles.sleepUninterruptibly(5, TimeUnit.SECONDS);
// We exclude the missed instance because the SSTables streamed to the pending directory
// are not linked to LocalTransfers and hence cleanup does not know which SSTables to cleanup
// are not linked to LocalTransfers and hence cleanup does not know which SSTables to clean up
assertPendingDirs(cluster.stream().filter(instance -> instance != missed).collect(Collectors.toList()), (File pendingUuidDir) -> {
Assertions.assertThat(pendingUuidDir.listUnchecked(File::isFile)).isEmpty();
});