Skip to content

Commit

Permalink
ISSUE #4415 change parallel ref num to keep up with code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenfan committed Aug 24, 2023
1 parent a6aa4a3 commit 3bf1e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const runTest = (data) => {
});

test('Should remove zombie files if flag is set', async () => {
await IdentifyZombieFiles.run(undefined, true);
await IdentifyZombieFiles.run(undefined, true, 1);

checkFileExists(data.referencedLinks, true);
checkFileExists(data.toyLinks, true);
Expand Down

0 comments on commit 3bf1e61

Please sign in to comment.