From 47340fb2e8197bea805f008835500da4ce8c21a4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:59:43 +0000 Subject: [PATCH] test: update maven cache error test name for extensions.xml --- __tests__/cache.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/cache.test.ts b/__tests__/cache.test.ts index 1a0fc388..69056870 100644 --- a/__tests__/cache.test.ts +++ b/__tests__/cache.test.ts @@ -96,7 +96,7 @@ describe('dependency cache', () => { }); describe('for maven', () => { - it('throws error if no pom.xml or maven-wrapper.properties found', async () => { + it('throws error if no pom.xml, maven-wrapper.properties, or extensions.xml found', async () => { await expect(restore('maven', '')).rejects.toThrow( `No file in ${projectRoot( workspace