0
1
Fork 0

Remove duplicated `spyOn`

This commit is contained in:
Josh Gross 2022-03-14 12:32:36 -04:00
parent 229eefa42b
commit 0c03929337
No known key found for this signature in database
GPG Key ID: 17A6308EA2144978
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ describe('setup-go', () => {
getBooleanInputSpy = jest.spyOn(core, 'getBooleanInput');
getBooleanInputSpy.mockImplementation(name => inputs[name]);
exportVarSpy = jest.spyOn(core, 'exportVariable');
extractTarSpy = jest.spyOn(core, 'exportVariable');
// node
os = {};