mirror of
https://github.com/actions/cache.git
synced 2025-04-22 20:16:44 +00:00
PR feedback
This commit is contained in:
parent
61f374ae8c
commit
23daa0a638
5 changed files with 40 additions and 49 deletions
|
@ -208,7 +208,7 @@ test("save with large cache outputs warning", async () => {
|
|||
|
||||
expect(logWarningMock).toHaveBeenCalledTimes(1);
|
||||
expect(logWarningMock).toHaveBeenCalledWith(
|
||||
"Cache size of ~4 GB (4294967296 B) is over the 2GB limit, not saving cache."
|
||||
"Cache size of ~4096 MB (4294967296 B) is over the 2GB limit, not saving cache."
|
||||
);
|
||||
|
||||
expect(failedMock).toHaveBeenCalledTimes(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue