1
0
forked from actions/cache

Update cache

This commit is contained in:
2021-09-19 00:44:03 +02:00
parent 6bbe742add
commit 1ac0894c6d
3 changed files with 1827 additions and 1827 deletions

View File

@@ -137,7 +137,7 @@ test("save with exact match returns early", async () => {
expect(saveCacheMock).toHaveBeenCalledTimes(0);
expect(infoMock).toHaveBeenCalledWith(
`Cache hit occurred on the primary key ${primaryKey}, not saving cache.`
`Cache hit occurred on the primary key ${primaryKey}, updating cache.`
);
expect(failedMock).toHaveBeenCalledTimes(0);
});