diff --git a/__tests__/toolchains.test.ts b/__tests__/toolchains.test.ts index 01676ecd..01b2ca59 100644 --- a/__tests__/toolchains.test.ts +++ b/__tests__/toolchains.test.ts @@ -842,7 +842,7 @@ describe('toolchains tests', () => { // The pre-existing (Sun 1.6) toolchain must be preserved ... expect(updated).toContain('sun_1.6'); expect(updated).toContain('/opt/jdk/sun/1.6'); - // ... and the newly installed JDK must be appended. + // ... and the newly installed JDK must be included in the merged result. expect(updated).toContain('temurin_17'); expect(updated).toContain('Eclipse Temurin'); expect(updated).toContain(`${jdkInfo.jdkHome}`);