Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Sep 12, 2024
1 parent fccefaa commit dbe7e07
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 dbe7e07

Please sign in to comment.