Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 8, 2024
1 parent 26f1399 commit ad5a70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/src/test/index.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ const KnownErrors: TestCaseError[] = [
ce('Unknown word: "uuug"', 8),
ce('Unknown word: "bestbusiness"', 0),
ce('Unknown word: "muawhahaha"', 0),
ce('Unknown word: "uuuug"', 0),
ce('Unknown word: "uuuug"', 1),
ce('Unknown word: "configg"', 8),
ce('Unknown word: "cityssm"', 8),
ce('Unknown word: "grrr"', 8),
ce('Unknown word: "GRRRRRR"', 1),
ce('Unknown word: "UUUUUG"', 3),
ce('Unknown word: "UUUUUG"', 5),
ce('Unknown word: "grrrrr"', 8),
ce('Unknown word: "naaame"', 8),
ce(`Unknown word: "doen't"`, 8),
Expand Down

0 comments on commit ad5a70c

Please sign in to comment.