mirror of
https://github.com/actions/setup-java.git
synced 2024-12-26 08:52:11 -05:00
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a3e5d6092c
commit
c3514ca397
2 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ describe('getAvailableVersions', () => {
|
|||
['11', 'macos', 'aarch64'],
|
||||
['17', 'linux', 'riscv']
|
||||
])(
|
||||
'should throw when required version of JDK can not be found in the JSON',
|
||||
'should throw when required version of JDK cannot be found in the JSON',
|
||||
async (jdkVersion: string, platform: string, arch: string) => {
|
||||
const distribution = new DragonwellDistribution({
|
||||
version: jdkVersion,
|
||||
|
|
|
@ -250,7 +250,7 @@ describe('getAvailableVersions', () => {
|
|||
['21.0.3+8-ea', 'linux', 'x64', '21.0.3+8'],
|
||||
['17', 'linux-muse', 'aarch64']
|
||||
])(
|
||||
'should throw when required version of JDK can not be found in the JSON',
|
||||
'should throw when required version of JDK cannot be found in the JSON',
|
||||
async (
|
||||
version: string,
|
||||
platform: string,
|
||||
|
|
Loading…
Reference in a new issue