From b42647cc40ca0d32448091cd86e4ac86346bbf34 Mon Sep 17 00:00:00 2001 From: Jordie Date: Thu, 3 Feb 2022 23:18:59 +0100 Subject: [PATCH] fix leading space --- __tests__/distributors/semeru-installer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/distributors/semeru-installer.test.ts b/__tests__/distributors/semeru-installer.test.ts index d9c2810f..08a2e4f7 100644 --- a/__tests__/distributors/semeru-installer.test.ts +++ b/__tests__/distributors/semeru-installer.test.ts @@ -207,7 +207,7 @@ describe('findPackageForDownload', () => { } ); - it.each(['jdk+fx', ' jre+fx', 'test', 'test2', 'jdk-fx', 'javafx', 'jdk-javafx', 'ibm'])( + it.each(['jdk+fx', 'jre+fx', 'test', 'test2', 'jdk-fx', 'javafx', 'jdk-javafx', 'ibm', ' '])( 'rejects incorrect `%s` Semeru package type', async (packageType: string) => { const distribution = new SemeruDistribution({