Skip to content

Commit

Permalink
fix: wrong var used
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Dec 20, 2023
1 parent 6fd7f7d commit 1e84085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testrail.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class TestRail {
throw Error(parsedError);
});
} else {
throw Error(`File at ${imageFile} doesn't exist!`);
throw Error(`File at ${screenshotPath} doesn't exist!`);
}
}

Expand Down

0 comments on commit 1e84085

Please sign in to comment.