Skip to content

Commit

Permalink
Fix qase-javascript-commons eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iiojib committed Sep 4, 2023
1 parent d403b37 commit ce7ebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qase-javascript-commons/src/reporters/testops-reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class TestOpsReporter extends AbstractReporter {
}

if (resultOrStep.steps) {
for (let step of resultOrStep.steps) {
for (const step of resultOrStep.steps) {
this.addAttachments(step);
}
}
Expand Down

0 comments on commit ce7ebd4

Please sign in to comment.