From 84c87b67e7ca6ea7d739c4cab44824a04cd82a40 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Tue, 23 Jun 2026 15:36:16 -0400 Subject: [PATCH] test: fix Prettier formatting in base-installer test Resolves the failing 'Basic validation / build' format-check on __tests__/distributors/base-installer.test.ts (line exceeded print width). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- __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(