Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Jan 7, 2024
1 parent 43a42e2 commit d12b374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ module.exports = (config) => {
type: method,
hasStats,
}, launchId, parentId);
debug(`${testObj.tempId}: The testId '${test.title}' is started.`);
debug(`${testObj.tempId}: The testId '${testTitle}' is started.`);
return testObj;
} catch (error) {
console.log(error);
Expand Down

0 comments on commit d12b374

Please sign in to comment.