Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed May 9, 2024
1 parent 528a43d commit d128424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/manager/pep621/processors/pdm.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ describe('modules/manager/pep621/processors/pdm', () => {
depType: depTypes.pdmDevDependencies,
},
{ depName: 'group3/dep8', depType: depTypes.pdmDevDependencies },
{ depName: 'dep9', depType: depTypes.buildSystemRequires },
];
const result = await processor.updateArtifacts(
{
Expand Down

0 comments on commit d128424

Please sign in to comment.