Skip to content

Commit

Permalink
fix: multidomain - id for logging missing child test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Shevtsov authored and Oleksandr Shevtsov committed Apr 5, 2023
1 parent ed8ca10 commit 758b6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writer/handleMultiDomain.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const sanitizeSuites = (folder, files, isGlobal) => {
const child = files.find((file) => file.uuid === childID);

if (!child) {
logger.writer('missing file for child %s', child.uuid);
logger.writer('missing file for child %s', childID);
continue;
}

Expand Down

0 comments on commit 758b6ed

Please sign in to comment.