test: update maven cache error test name for extensions.xml

This commit is contained in:
copilot-swe-agent[bot]
2026-06-22 20:59:43 +00:00
committed by GitHub
parent 9525efcdb4
commit 47340fb2e8

View File

@@ -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