mirror of
https://github.com/actions/setup-java.git
synced 2026-06-23 17:58:23 +01:00
test: update maven cache error test name for extensions.xml
This commit is contained in:
committed by
GitHub
parent
9525efcdb4
commit
47340fb2e8
@@ -96,7 +96,7 @@ describe('dependency cache', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('for maven', () => {
|
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(
|
await expect(restore('maven', '')).rejects.toThrow(
|
||||||
`No file in ${projectRoot(
|
`No file in ${projectRoot(
|
||||||
workspace
|
workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user