Skip to content

Commit 9978791

Browse files
committed
Updating end to end test to use a valid commit message using our format.
1 parent 95ae62b commit 9978791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/commitlint-github-e2e-tests/tests/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as shell from 'shelljs';
33

44
describe('commitlintPluginGitHubTests', () => {
55
const testCommitMessages = {
6-
singleScope: 'IB-2121: test commit message',
6+
singleScope: '(#1) Test commit message.',
77
};
88

99
it('should load with success provided commitlint config', () => {

0 commit comments

Comments
 (0)