mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Fix linter issues
This commit is contained in:
parent
f9217513b1
commit
5321a4dff0
2 changed files with 2 additions and 2 deletions
|
@ -420,7 +420,7 @@ describe('findPackageForDownload', () => {
|
|||
});
|
||||
|
||||
it('version list is empty', async () => {
|
||||
let spyHttpClient = jest.spyOn(HttpClient.prototype, 'getJson');
|
||||
const spyHttpClient = jest.spyOn(HttpClient.prototype, 'getJson');
|
||||
|
||||
spyHttpClient.mockImplementation((requestUrl, additionalHeaders) => {
|
||||
if (requestUrl.startsWith('https://api.adoptium.net/')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue