mirror of
https://github.com/actions/cache.git
synced 2025-04-20 11:06:46 +00:00
Update log statement
This commit is contained in:
parent
84097c0606
commit
1840896778
4 changed files with 4 additions and 4 deletions
|
@ -397,7 +397,7 @@ test("restore with lookup-only set", async () => {
|
|||
expect(setCacheHitOutputMock).toHaveBeenCalledWith("cache-hit", "true");
|
||||
|
||||
expect(infoMock).toHaveBeenCalledWith(
|
||||
`Cache would have been restored from key: ${key}`
|
||||
`Cache found and can be restored from key: ${key}`
|
||||
);
|
||||
expect(failedMock).toHaveBeenCalledTimes(0);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue