From 5e968ff3ee85427a64064f91099ab9635e8bf425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Wed, 16 Dec 2020 11:08:58 +0100 Subject: [PATCH] Fix tests dependant on label names --- bin/plugin/commands/test/changelog.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/bin/plugin/commands/test/changelog.js b/bin/plugin/commands/test/changelog.js index 57a6082f9e9fa..bdde2e92926c9 100644 --- a/bin/plugin/commands/test/changelog.js +++ b/bin/plugin/commands/test/changelog.js @@ -33,16 +33,7 @@ describe( 'getNormalizedTitle', () => { undefined, { ...DEFAULT_ISSUE, - labels: [ { name: 'Mobile App Compatibility' } ], - }, - ], - [ - 'omits project management', - 'Add codeowner', - undefined, - { - ...DEFAULT_ISSUE, - labels: [ { name: '[Type] Project Management' } ], + labels: [ { name: 'Mobile App Android/iOS' } ], }, ], [