From 9478269f867041f247107af8f795f68e0d1a560e Mon Sep 17 00:00:00 2001
From: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Date: Mon, 30 Jan 2023 22:34:51 +0100
Subject: [PATCH] Update test name

---
 __tests__/restore.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/__tests__/restore.test.ts b/__tests__/restore.test.ts
index 4e133d3..4573ec8 100644
--- a/__tests__/restore.test.ts
+++ b/__tests__/restore.test.ts
@@ -357,7 +357,7 @@ test("restore with fail on cache miss disabled and no cache found", async () =>
     expect(failedMock).toHaveBeenCalledTimes(0);
 });
 
-test("restore with dry-run set", async () => {
+test("restore with lookup-only set", async () => {
     const path = "node_modules";
     const key = "node-test";
     testUtils.setInputs({