Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 8766a68

Browse files
committed
test: update tests for newer stylelint versions
1 parent d141c98 commit 8766a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/linter-stylelint-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe('The stylelint provider for Linter', () => {
103103
});
104104

105105
it('shows an error on non-fatal stylelint runtime error', async () => {
106-
const text = 'Unexpected option value "foo" for rule "block-no-empty"';
106+
const text = 'Invalid option ""foo"" for rule block-no-empty';
107107
const editor = await atom.workspace.open(invalidRulePath);
108108
const messages = await lint(editor);
109109
expect(messages.length).toBe(1);

0 commit comments

Comments
 (0)