Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Sep 25, 2024
1 parent 9294373 commit 3801156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public FileStatsTasklet(DatabaseParameters databaseParameters, MongoTemplate mon
public RepeatStatus execute(StepContribution stepContribution, ChunkContext chunkContext) throws Exception {
populateFilesIdAndNumberOfSamplesMap();

if (!fileIdCountsMap.isEmpty()) {
if (!fileIdNumberOfSamplesMap.isEmpty()) {
initializeFileIdCountsMap();
cursor = initializeCursor();
try {
Expand Down

0 comments on commit 3801156

Please sign in to comment.