Skip to content

Commit

Permalink
test(config-conventional): remove superfluous trailing arg (#3425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 21, 2022
1 parent de6d9cc commit 8f70b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/config-conventional/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ test('header-max-length', async () => {
});

test('footer-leading-blank', async () => {
const result = await commitLint(messages.warningFooterLeadingBlank, rules);
const result = await commitLint(messages.warningFooterLeadingBlank);

expect(result.valid).toBe(true);
expect(result.warnings).toEqual([warnings.footerLeadingBlank]);
Expand Down

0 comments on commit 8f70b59

Please sign in to comment.