Skip to content

Commit

Permalink
chore: fix tests (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem authored Sep 12, 2024
1 parent fccefaa commit 8cdbd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/prefer-lowercase-title.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ruleTester.run(RULE_NAME, rule, {
output: 'test(`sfc compile`, function () {})',
errors: [
{
messageId: 'lowerCaseTitle',
messageId: 'fullyLowerCaseTitle',
data: {
method: TestCaseName.test
}
Expand Down

0 comments on commit 8cdbd29

Please sign in to comment.