work on resolving comments

This commit is contained in:
Dmitry Shibanov
2021-06-25 12:06:49 +03:00
parent f2b87bb2c2
commit d36a3314a5
9 changed files with 10 additions and 10 deletions

View File

@ -126,7 +126,7 @@ describe('cache-restore', () => {
await restoreCache(packageManager);
expect(hashFilesSpy).toHaveBeenCalled();
expect(infoSpy).toHaveBeenCalledWith(
`Cache restored from key: ${platform}-${packageManager}-${fileHash}`
`Cache restored from key: node-cache-${platform}-${packageManager}-${fileHash}`
);
expect(infoSpy).not.toHaveBeenCalledWith(
`${packageManager} cache is not found`