mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2025-01-30 12:49:34 -05:00
spelling: httpm
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3041bf56c9
commit
d4c9e7cb2c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue