Skip to content

Commit 4fba831

Browse files
committed
fix test
1 parent 1155606 commit 4fba831

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

__tests__/distributors/microsoft-installer.test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,15 @@ describe('findPackageForDownload', () => {
1414

1515
it.each([
1616
[
17-
'17.x',
17+
'17.0.1',
1818
'17.0.1',
1919
'https://aka.ms/download-jdk/microsoft-jdk-17.0.1.12.1-{{OS_TYPE}}-x64.{{ARCHIVE_TYPE}}'
2020
],
21+
[
22+
'17.x',
23+
'17.0.3',
24+
'https://aka.ms/download-jdk/microsoft-jdk-17.0.3-{{OS_TYPE}}-x64.{{ARCHIVE_TYPE}}'
25+
],
2126
[
2227
'16.0.x',
2328
'16.0.2',

0 commit comments

Comments
 (0)