mirror of
https://github.com/actions/cache.git
synced 2026-06-11 16:53:46 +08:00
lint/format
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user