Skip to content

Commit 8f70b59

Browse files
authored
test(config-conventional): remove superfluous trailing arg (#3425)
1 parent de6d9cc commit 8f70b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/config-conventional/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ test('header-max-length', async () => {
166166
});
167167

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

171171
expect(result.valid).toBe(true);
172172
expect(result.warnings).toEqual([warnings.footerLeadingBlank]);

0 commit comments

Comments
 (0)