Small improvements

This commit is contained in:
Marc Mueller 2022-12-23 19:33:50 +01:00
parent a5631aba37
commit 64ae8e04f8
5 changed files with 10 additions and 15 deletions

View file

@ -214,7 +214,7 @@ test("Fail restore when fail on cache miss is enabled and primary key not found"
path: path,
key,
restoreKeys: [restoreKey],
failOnCacheMiss: true
failOnCacheMiss: "true"
});
const failedMock = jest.spyOn(core, "setFailed");
@ -248,7 +248,7 @@ test("Fail restore when fail on cache miss is enabled and primary key doesn't ma
path: path,
key,
restoreKeys: [restoreKey],
failOnCacheMiss: true
failOnCacheMiss: "true"
});
const failedMock = jest.spyOn(core, "setFailed");