diff --git a/__tests__/distributors/base-installer.test.ts b/__tests__/distributors/base-installer.test.ts index fc158455..a3d3043f 100644 --- a/__tests__/distributors/base-installer.test.ts +++ b/__tests__/distributors/base-installer.test.ts @@ -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(