diff --git a/__tests__/distributors/corretto-installer.test.ts b/__tests__/distributors/corretto-installer.test.ts index a7995831..5af51e9d 100644 --- a/__tests__/distributors/corretto-installer.test.ts +++ b/__tests__/distributors/corretto-installer.test.ts @@ -247,7 +247,7 @@ describe('convertVersionToSemver', () => { ['12', '12'], ['12.0', '12.0'], ['12.0.2', '12.0.2'], - ['12.0.2+1', '12.0.2+1'], + ['12.0.2.1', '12.0.2+1'], ['12.0.2.1.0', '12.0.2+1.0'] ])('%s -> %s', (input: string, expected: string) => { const distribution = new CorrettoDistribution({