diff --git a/__tests__/setup-go.test.ts b/__tests__/setup-go.test.ts index f94f9ee..eca1528 100644 --- a/__tests__/setup-go.test.ts +++ b/__tests__/setup-go.test.ts @@ -92,7 +92,7 @@ describe('setup-go', () => { getManifestSpy = jest.spyOn(tc, 'getManifestFromRepo'); getAllVersionsSpy = jest.spyOn(im, 'getManifest'); - // httm + // httpm httpmGetJsonSpy = jest.spyOn(httpm.HttpClient.prototype, 'getJson'); // io