Skip to content

Commit 932922a

Browse files
committed
Fix bad test
1 parent 1904737 commit 932922a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('gulp-lesshint', () => {
181181
});
182182

183183
stream.on('error', (error) => {
184-
assert.equal(error.message, 'Failed with 3 warnings. Maximum allowed is 1.');
184+
assert.equal(error.message, 'Failed with 2 warnings. Maximum allowed is 1.');
185185

186186
cb();
187187
});

0 commit comments

Comments
 (0)