mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-25 00:21:14 +08:00
lint/format
This commit is contained in:
parent
6905c11681
commit
783accdc1c
2 changed files with 5 additions and 5 deletions
|
@ -362,7 +362,6 @@ test("restore with cache found for key", async () => {
|
|||
expect(setOutputMock).toHaveBeenCalledWith("cache-primary-key", key);
|
||||
expect(setOutputMock).toHaveBeenCalledWith("cache-matched-key", key);
|
||||
|
||||
|
||||
expect(infoMock).toHaveBeenCalledWith(`Cache restored from key: ${key}`);
|
||||
expect(failedMock).toHaveBeenCalledTimes(0);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue