Fix broken test
This commit is contained in:
parent
175f3ea06c
commit
d624c11acd
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ module.exports = {
|
|||
var line = "-12px";
|
||||
var tokens = this.tokenizer.getLineTokens(line, "ruleset").tokens;
|
||||
|
||||
assert.equal(1, tokens.length);
|
||||
assert.equal(2, tokens.length);
|
||||
assert.equal("constant.numeric", tokens[0].type);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue