Skip to content

Commit

Permalink
Update test to accommodate new error message for badge placement
Browse files Browse the repository at this point in the history
  • Loading branch information
hstsethi authored Dec 28, 2024
1 parent c33579c commit 6abe73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules/badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test('badge - missing', async t => {
{
line: 1,
ruleId: 'awesome-badge',
message: 'Missing Awesome badge after the main heading',
message: 'Missing Awesome badge right next of the main heading',
},
]);
});
Expand Down

0 comments on commit 6abe73a

Please sign in to comment.