Skip to content

Commit 466bdbe

Browse files
committed
fix
1 parent 4bafe59 commit 466bdbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins-stylelint/formatter-github/index.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import assert from 'node:assert';
5151
assert.strictEqual(
5252
stderrBuffer,
5353
'::warning file=/example.css,line=3,col=3,endLine=6,endColumn=4,title=Stylelint problem::Expected empty line before rule (rule-empty-line-before) [maybe fixable] - https://stylelint.io/user-guide/rules/rule-empty-line-before\n' +
54-
'::error file=/example.css,line=4,col=4,endLine=4,endColumn=9,title=Stylelint problem::Unexpected duplicate "color" (declaration-block-no-duplicate-properties) [maybe fixable] - https://stylelint.io/user-guide/rules/declaration-block-no-duplicate-properties\n',
54+
'::error file=/example.css,line=4,col=4,endLine=4,endColumn=9,title=Stylelint problem::Duplicate property "color" (declaration-block-no-duplicate-properties) [maybe fixable] - https://stylelint.io/user-guide/rules/declaration-block-no-duplicate-properties\n',
5555
);
5656
});
5757
}

0 commit comments

Comments
 (0)