From 1717505b7094b0277c12b4b73ef39e994d378fdb Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Wed, 28 Sep 2022 15:00:52 +0200 Subject: [PATCH] Fix unit-test --- __tests__/setup-dotnet.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/setup-dotnet.test.ts b/__tests__/setup-dotnet.test.ts index ff3eb5a..1b2e3cf 100644 --- a/__tests__/setup-dotnet.test.ts +++ b/__tests__/setup-dotnet.test.ts @@ -85,7 +85,7 @@ describe('setup-dotnet tests', () => { } inputs['dotnet-version'] = ['3.1.201', '6.0.401']; - inputs['global-json-file'] = globalJsonPath; + inputs['global-json-file'] = './global.json'; getMultilineInputSpy.mockImplementation(input => inputs[input]);