mirror of
https://github.com/actions/setup-go.git
synced 2026-02-04 14:38:20 +00:00
spelling: does not exist
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0cbef52340
commit
d3fdef18ef
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ describe('setup-go', () => {
|
||||||
expect(added).toBeFalsy();
|
expect(added).toBeFalsy();
|
||||||
});
|
});
|
||||||
|
|
||||||
it('adds bin if dir not exists', async () => {
|
it('adds bin if dir does not exist', async () => {
|
||||||
whichSpy.mockImplementation(async () => {
|
whichSpy.mockImplementation(async () => {
|
||||||
return '/usr/local/go/bin/go';
|
return '/usr/local/go/bin/go';
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue