mirror of
https://github.com/actions/setup-java.git
synced 2025-07-08 14:00:51 +00:00
Fix Tests on Windows
This commit is contained in:
parent
19d961aec0
commit
35c79ae667
@ -42,7 +42,7 @@ describe('getAvailableVersions', () => {
|
||||
|
||||
const length =
|
||||
os.platform() === 'win32'
|
||||
? manifestData.length - 2
|
||||
? manifestData.length - 1
|
||||
: manifestData.length + 1;
|
||||
expect(availableVersions.length).toBe(length);
|
||||
}, 10_000);
|
||||
|
Loading…
Reference in New Issue
Block a user