Rename option to lookup-only

This commit is contained in:
Marc Mueller 2023-01-18 12:21:26 +01:00
parent d1960e64f9
commit 2ef4e0621f
16 changed files with 68 additions and 68 deletions

View file

@ -80,7 +80,7 @@ test("restore with no cache found", async () => {
key,
[],
{
dryRun: false
lookupOnly: false
},
false
);
@ -122,7 +122,7 @@ test("restore with restore keys and no cache found", async () => {
key,
[restoreKey],
{
dryRun: false
lookupOnly: false
},
false
);
@ -161,7 +161,7 @@ test("restore with cache found for key", async () => {
key,
[],
{
dryRun: false
lookupOnly: false
},
false
);
@ -204,7 +204,7 @@ test("restore with cache found for restore key", async () => {
key,
[restoreKey],
{
dryRun: false
lookupOnly: false
},
false
);