Skip to content

Commit

Permalink
Remove duplicated spyOn
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Mar 14, 2022
1 parent 229eefa commit 0c03929
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/setup-go.test.ts
Expand Up @@ -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 = {};
Expand Down

0 comments on commit 0c03929

Please sign in to comment.