Skip to content

Commit dc97d01

Browse files
committed
tests: Fix error assertion message
1 parent e7c75a6 commit dc97d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('stylelint-webpack-plugin', function () {
5959
};
6060

6161
expect(pack(assign({}, baseConfig, config)))
62-
.to.eventually.be.rejectedWith('Error: Failed because of a stylelint error.\n');
62+
.to.eventually.be.rejectedWith('Failed because of a stylelint error.\n');
6363
});
6464

6565
it('works with multiple source files', function () {

0 commit comments

Comments
 (0)