Skip to content

Commit

Permalink
Merge 749b3b7 into 6dde305
Browse files Browse the repository at this point in the history
  • Loading branch information
jbardon committed Sep 7, 2020
2 parents 6dde305 + 749b3b7 commit d497718
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/path-finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ function testFile(paths, describe, it) {
var testFile = Object.keys(paths).find(path =>
exist(paths, path, describe, it));
if (testFile === undefined) {
logger.error('Test file path not found! %s | %s | %s',
JSON.stringify(paths), describe, it);
logger.error('Test file path not found! %s | %s', describe, it);
}
return testFile;
}
Expand Down

0 comments on commit d497718

Please sign in to comment.