Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 549c207

Browse files
authored
Fix linting
1 parent cc5fc52 commit 549c207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ it('Should fail if configuration is incorrect', function () {
7171
var reportStream = createReportOutStream();
7272

7373
var ps = gulpTestCafe({
74-
browsers: ['chrome'],
75-
reporter: { name: 'unknown', outStream: reportStream },
74+
browsers: ['chrome'],
75+
reporter: { name: 'unknown', outStream: reportStream },
7676
});
7777

7878
var resultsPromise = Promise.race([

0 commit comments

Comments
 (0)