Skip to content

Commit 106808e

Browse files
committed
style: MadLittleMods#31 - fixed whitespace
1 parent 2e1d49b commit 106808e

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
@@ -201,7 +201,7 @@ describe('postcss-css-variables', function() {
201201
expect(colorDecl.value).to.be.equal('undefined');
202202

203203
expect(result.warnings()[0].type).to.be.equal('warning');
204-
expect(result.warnings()[0].text).to.be.equal('variable --missing is undefined and used without a fallback');
204+
expect(result.warnings()[0].text).to.be.equal('variable --missing is undefined and used without a fallback');
205205
});
206206
});
207207
});

0 commit comments

Comments
 (0)