- update tests for change ddefault

This commit is contained in:
Mike Penz
2023-06-11 20:28:04 +00:00
committed by GitHub
parent 5bef88173c
commit 709039ced4
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -441,7 +441,6 @@ it('Use empty_content for empty category', async () => {
it('Commit SHA-1 in commitMode', async () => {
const customConfig = Object.assign({}, DefaultConfiguration)
customConfig.categories.pop() // drop `uncategorized` category
customConfig.sort = 'DESC'
customConfig.pr_template = '${{MERGE_SHA}}'