From bfbc448655811705dcc192cc1b04250fdd500beb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Jun 2026 03:09:04 +0000 Subject: [PATCH] Fix prettier formatting in base installer test --- __tests__/distributors/base-installer.test.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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(