Fix prettier formatting in base installer test

This commit is contained in:
copilot-swe-agent[bot]
2026-06-23 03:09:04 +00:00
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(