mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
fix leading space
This commit is contained in:
parent
085f4d9754
commit
b42647cc40
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue