Skip to content

Commit fe44560

Browse files
kobenguyentCopilot
andauthored
fix lint
Co-authored-by: Copilot <[email protected]>
1 parent 3b99272 commit fe44560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/codecept.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class Codecept {
183183
}
184184

185185
if (this.opts.shuffle) {
186-
this.testFiles = shuffle(this.testFiles);
186+
this.testFiles = shuffle(this.testFiles)
187187
}
188188
}
189189

0 commit comments

Comments
 (0)