Skip to content

Commit

Permalink
Fix tests dependant on label names
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Dec 16, 2020
1 parent 1bc214f commit 5e968ff
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions bin/plugin/commands/test/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' } ],
},
],
[
Expand Down

0 comments on commit 5e968ff

Please sign in to comment.