fix leading space

This commit is contained in:
Jordie 2022-02-03 23:18:59 +01:00
parent 085f4d9754
commit b42647cc40

View file

@ -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', 'rejects incorrect `%s` Semeru package type',
async (packageType: string) => { async (packageType: string) => {
const distribution = new SemeruDistribution({ const distribution = new SemeruDistribution({