mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +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.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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue