From 6fdcc2dddaae421cebc55d76ac993cc2b98a0ad0 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sun, 11 Jun 2023 20:41:03 +0000 Subject: [PATCH] - reverse some unneeded changes --- __tests__/releaseNotesBuilderPull.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/__tests__/releaseNotesBuilderPull.test.ts b/__tests__/releaseNotesBuilderPull.test.ts index d310ee5..709a707 100644 --- a/__tests__/releaseNotesBuilderPull.test.ts +++ b/__tests__/releaseNotesBuilderPull.test.ts @@ -179,7 +179,6 @@ it('Should match ordered DESC', async () => { it('Should match ordered by title ASC', async () => { const configuration = mergeConfiguration(undefined, resolveConfiguration('', 'configs_test/configuration_sort_title_asc.json')) - configuration.categories.pop() // drop `uncategorized` category const options = { owner: 'mikepenz', repo: 'release-changelog-builder-action', @@ -203,7 +202,6 @@ it('Should match ordered by title ASC', async () => { it('Should match ordered by title DESC', async () => { const configuration = mergeConfiguration(undefined, resolveConfiguration('', 'configs_test/configuration_sort_title_desc.json')) - configuration.categories.pop() // drop `uncategorized` category const options = { owner: 'mikepenz', repo: 'release-changelog-builder-action',