Fix tests

This commit is contained in:
Julien Dubois 2023-09-22 16:21:08 +02:00
parent 6c633eb725
commit 7206b0eb43
3 changed files with 8 additions and 3 deletions

View file

@ -22,6 +22,11 @@ describe('findPackageForDownload', () => {
});
it.each([
[
'21',
'21',
'https://download.oracle.com/java/21/latest/jdk-21_{{OS_TYPE}}-x64_bin.{{ARCHIVE_TYPE}}'
],
[
'20',
'20',