Skip to content

Commit

Permalink
Update lib/modules/manager/gradle/extract.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Feichtner <Churro@users.noreply.github.com>
  • Loading branch information
janhoy and Churro authored Dec 1, 2022
1 parent 86c7b3b commit b923c34
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/modules/manager/gradle/extract.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -870,11 +870,7 @@ org.apache.lucene:lucene-codecs:1.2.3 (5 constraints: 1231231)
'versions.lock': versionsLock,
});

const res = await extractAllPackageFiles({} as ExtractConfig, [
'build.gradle',
'versions.props',
'versions.lock',
]);
const res = await extractAllPackageFiles({} as ExtractConfig, Object.keys(fsMock));

expect(res).toMatchObject([
{
Expand Down

0 comments on commit b923c34

Please sign in to comment.