Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadanand Shenoy committed Jan 24, 2025
1 parent fac7f26 commit ebbed26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ public void testDeleteWithRequestSizeExceedingRatisRequestSizeLimit() throws Exc
checkPath(appRoot);
assertTableRowCount(deletedDirTable, 0);
assertTableRowCount(dirTable, 1);
assertSubPathsCount(dirDeletingService::getMovedDirsCount, 5);
assertSubPathsCount(dirDeletingService::getMovedDirsCount, 4);
assertSubPathsCount(dirDeletingService::getDeletedDirsCount, 5);
assertThat(dirDeletingService.getRunCount().get()).isGreaterThan(preRunCount);
}
Expand Down

0 comments on commit ebbed26

Please sign in to comment.