mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 17:36:45 +00:00
Update unit test
This commit is contained in:
parent
d88ee5c3dc
commit
dc7011a84a
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ describe('convertVersionToSemver', () => {
|
||||||
['12', '12'],
|
['12', '12'],
|
||||||
['12.0', '12.0'],
|
['12.0', '12.0'],
|
||||||
['12.0.2', '12.0.2'],
|
['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']
|
['12.0.2.1.0', '12.0.2+1.0']
|
||||||
])('%s -> %s', (input: string, expected: string) => {
|
])('%s -> %s', (input: string, expected: string) => {
|
||||||
const distribution = new CorrettoDistribution({
|
const distribution = new CorrettoDistribution({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue