Skip to content

Commit 223b0cf

Browse files
committed
Fix test with new case
1 parent 39cc8ca commit 223b0cf

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
@@ -16,7 +16,7 @@ describe('postcss-loader', function () {
1616
var css = require('!raw-loader!' +
1717
'../?parser=postcss-safe-parser!' +
1818
'./cases/broken.css');
19-
expect(css).to.eql('a { one color: red }\n');
19+
expect(css).to.eql('a { color:\n}');
2020
});
2121

2222
it('processes CSS-in-JS', function () {

0 commit comments

Comments
 (0)