spelling: does not exist

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2026-01-28 06:34:40 -05:00
parent 0cbef52340
commit d3fdef18ef

View file

@ -544,7 +544,7 @@ describe('setup-go', () => {
expect(added).toBeFalsy();
});
it('adds bin if dir not exists', async () => {
it('adds bin if dir does not exist', async () => {
whichSpy.mockImplementation(async () => {
return '/usr/local/go/bin/go';
});