Skip to content

Commit 7b43804

Browse files
committed
Use a better error example in test
1 parent 6aedbcf commit 7b43804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ it('should correctly wrap postcss errors', function (cb) {
3838
})
3939

4040
stream.write(new gutil.File({
41-
contents: new Buffer('a; {\n a b {}\n}')
41+
contents: new Buffer('a {')
4242
}))
4343

4444
stream.end()

0 commit comments

Comments
 (0)