Skip to content

Commit

Permalink
chore: fix gradle wrapper tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jan 21, 2022
1 parent 7424ae3 commit 22c40fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/manager/gradle-wrapper/artifacts-real.spec.ts
Expand Up @@ -77,8 +77,9 @@ describe('manager/gradle-wrapper/artifacts-real', () => {
'gradlew.bat',
].map((fileProjectPath) => ({
file: {
name: fileProjectPath,
contents: readBinSync(`./testFiles/${fileProjectPath}`),
path: fileProjectPath,
type: 'addition',
},
}))
);
Expand Down

0 comments on commit 22c40fa

Please sign in to comment.