mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-18 06:35:09 +00:00
Fix unit-test
This commit is contained in:
parent
1d0f2c615d
commit
1717505b70
@ -85,7 +85,7 @@ describe('setup-dotnet tests', () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inputs['dotnet-version'] = ['3.1.201', '6.0.401'];
|
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]);
|
getMultilineInputSpy.mockImplementation(input => inputs[input]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user