From 0c03929337ba6c12b883b8b7361696700b6d82c8 Mon Sep 17 00:00:00 2001
From: Josh Gross <joshmgross@github.com>
Date: Mon, 14 Mar 2022 12:32:36 -0400
Subject: [PATCH] Remove duplicated `spyOn`

---
 __tests__/setup-go.test.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/__tests__/setup-go.test.ts b/__tests__/setup-go.test.ts
index 3383e99..bb85dee 100644
--- a/__tests__/setup-go.test.ts
+++ b/__tests__/setup-go.test.ts
@@ -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 = {};