Skip to content

Commit

Permalink
tests: Fix error assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz committed Oct 8, 2016
1 parent e7c75a6 commit dc97d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('stylelint-webpack-plugin', function () {
};

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

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

0 comments on commit dc97d01

Please sign in to comment.