mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
Suggest minor changes to the code of Semeru related PR (#2)
This commit is contained in:
parent
6457aa3c54
commit
a73fb66f44
5 changed files with 27 additions and 44 deletions
|
@ -82,12 +82,12 @@ describe('getAvailableVersions', () => {
|
|||
.mockReturnValueOnce({
|
||||
statusCode: 200,
|
||||
headers: {},
|
||||
result: manifestData
|
||||
result: manifestData as any
|
||||
})
|
||||
.mockReturnValueOnce({
|
||||
statusCode: 200,
|
||||
headers: {},
|
||||
result: manifestData
|
||||
result: manifestData as any
|
||||
})
|
||||
.mockReturnValueOnce({
|
||||
statusCode: 200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue