Remove duplicated spyOn

This commit is contained in:
Josh Gross 2022-03-14 12:32:36 -04:00
parent 229eefa42b
commit 0c03929337
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 17A6308EA2144978

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 = {};