mirror of
https://github.com/actions/setup-java.git
synced 2026-06-23 08:10:30 +03:00
Fix prettier formatting in base installer test
This commit is contained in:
committed by
GitHub
parent
8b504c3bad
commit
bfbc448655
@@ -567,7 +567,10 @@ describe('setupJava', () => {
|
|||||||
'JAVA_HOME_11_X86',
|
'JAVA_HOME_11_X86',
|
||||||
javaPath
|
javaPath
|
||||||
);
|
);
|
||||||
expect(spyCoreSetOutput).toHaveBeenCalledWith('version', installedJavaVersion);
|
expect(spyCoreSetOutput).toHaveBeenCalledWith(
|
||||||
|
'version',
|
||||||
|
installedJavaVersion
|
||||||
|
);
|
||||||
expect(spyCoreSetOutput).toHaveBeenCalledWith('path', javaPath);
|
expect(spyCoreSetOutput).toHaveBeenCalledWith('path', javaPath);
|
||||||
expect(spyCoreSetOutput).toHaveBeenCalledWith('distribution', 'Empty');
|
expect(spyCoreSetOutput).toHaveBeenCalledWith('distribution', 'Empty');
|
||||||
expect(spyCoreInfo).toHaveBeenCalledWith(
|
expect(spyCoreInfo).toHaveBeenCalledWith(
|
||||||
|
|||||||
Reference in New Issue
Block a user