Skip to content

Commit 7d67818

Browse files
jescaladakriswest
andauthored
Update test/processors/checkCommitMessages.test.js
Co-authored-by: Kris West <[email protected]> Signed-off-by: Juan Escalada <[email protected]>
1 parent f41fd50 commit 7d67818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/processors/checkCommitMessages.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('checkCommitMessages', () => {
9999
it('should not error when commit data is empty', async () => {
100100
// Empty commit data happens when making a branch from an unapproved commit
101101
// or when pushing an empty branch or deleting a branch
102-
// This is remedied in the checkEmptyBranch.exec action
102+
// This is handled in the checkEmptyBranch.exec action
103103
action.commitData = [];
104104
const result = await exec(req, action);
105105

0 commit comments

Comments
 (0)