Skip to content

Commit 68ec39c

Browse files
author
Nima
committed
Fixing typo
1 parent 51d115c commit 68ec39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chromyRunner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ChromyRunner {
7474
break;
7575
case actions.test:
7676
try {
77-
logger.log(`camparing -> ${this.options.testReportPath}/${test.name}.png
77+
logger.log(`comparing -> ${this.options.testReportPath}/${test.name}.png
7878
and ${this.options.screenshots}/${test.name}.png`);
7979
const result = await compareImage(this.options, test.name);
8080
logger.log(result);

0 commit comments

Comments
 (0)