Skip to content

Commit

Permalink
test: fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Oct 1, 2024
1 parent 3ffc84b commit ec5dce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('parseConventionalCommits', () => {
expect(conventionalCommits[1].scope).is.null;
});

it('can parse multiple commits skipping line breaks', async () => {
it('can parse multiple commit messages requires 2 line breaks', async () => {
const commits = [buildCommitFromFixture('dependabot')];
const conventionalCommits = parseConventionalCommits(commits);
expect(conventionalCommits).lengthOf(1);
Expand Down

0 comments on commit ec5dce1

Please sign in to comment.