From 27e13381952417b3da1a48c1bace10a45a947cd8 Mon Sep 17 00:00:00 2001 From: Shivaditya Shivganesh Date: Sat, 30 Nov 2024 12:42:02 -0500 Subject: [PATCH] fix: log fixed failed on ncc compile --- tests/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.test.ts b/tests/main.test.ts index 309e191..325225e 100644 --- a/tests/main.test.ts +++ b/tests/main.test.ts @@ -485,7 +485,7 @@ describe("Plugin tests", () => { }, command: null, adapters: {} as Context["adapters"], - logger: new Logs("debug"), + logger: new Logs("debug") as unknown as Context["logger"], env: {} as Env, octokit: octokit, };