mirror of
https://github.com/actions/setup-java.git
synced 2026-06-23 16:29:39 +00: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',
|
||||
javaPath
|
||||
);
|
||||
expect(spyCoreSetOutput).toHaveBeenCalledWith('version', installedJavaVersion);
|
||||
expect(spyCoreSetOutput).toHaveBeenCalledWith(
|
||||
'version',
|
||||
installedJavaVersion
|
||||
);
|
||||
expect(spyCoreSetOutput).toHaveBeenCalledWith('path', javaPath);
|
||||
expect(spyCoreSetOutput).toHaveBeenCalledWith('distribution', 'Empty');
|
||||
expect(spyCoreInfo).toHaveBeenCalledWith(
|
||||
|
||||
Reference in New Issue
Block a user