This commit is contained in:
Yeikel
2023-10-22 01:47:07 -07:00
committed by GitHub
4 changed files with 7 additions and 7 deletions

View File

@ -85,7 +85,7 @@ describe('dependency cache', () => {
await expect(restore('maven')).rejects.toThrow(
`No file in ${projectRoot(
workspace
)} matched to [**/pom.xml], make sure you have checked out the target repository`
)} matched to [**/pom.xml,.mvn/wrapper/maven-wrapper.properties], make sure you have checked out the target repository`
);
});
it('downloads cache', async () => {