From dc7011a84af1486dc9a13a5f040fb613f58e12e6 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Thu, 6 Apr 2023 16:46:08 +0200 Subject: [PATCH] Update unit test --- __tests__/distributors/corretto-installer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({