spelling: httpm

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/528/head
Josh Soref 1 week ago
parent 3041bf56c9
commit d4c9e7cb2c

@ -92,7 +92,7 @@ describe('setup-go', () => {
getManifestSpy = jest.spyOn(tc, 'getManifestFromRepo'); getManifestSpy = jest.spyOn(tc, 'getManifestFromRepo');
getAllVersionsSpy = jest.spyOn(im, 'getManifest'); getAllVersionsSpy = jest.spyOn(im, 'getManifest');
// httm // httpm
httpmGetJsonSpy = jest.spyOn(httpm.HttpClient.prototype, 'getJson'); httpmGetJsonSpy = jest.spyOn(httpm.HttpClient.prototype, 'getJson');
// io // io

Loading…
Cancel
Save