From 2e14882ebfc6413c952714907ad71b55c4fa3b99 Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Mon, 13 Feb 2023 03:41:48 +0900 Subject: [PATCH] Update input.test.js --- __tests__/input.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/input.test.js b/__tests__/input.test.js index 0db1fe5..592c9cf 100644 --- a/__tests__/input.test.js +++ b/__tests__/input.test.js @@ -12,7 +12,7 @@ const testEnvVars = { describe("actions-rs/cargo/input", () => { beforeEach(() => { for (const key in testEnvVars) - process.env[key] = testEnvVars[key as keyof typeof testEnvVars]; + process.env[key] = testEnvVars[key]; }); it("Parses action input into cargo input", () => {