diff --git a/__test__/git-command-manager.test.ts b/__test__/git-command-manager.test.ts index d36a9a3..aaf65f8 100644 --- a/__test__/git-command-manager.test.ts +++ b/__test__/git-command-manager.test.ts @@ -376,7 +376,7 @@ describe('Test fetchDepth and fetchTags options', () => { ) }) - it('should call execGit wiwth the correct arguments when sha256 is used', async () => { + it('should call execGit with the correct arguments when sha256 is used', async () => { jest.spyOn(exec, 'exec').mockImplementation(mockExec) const workingDirectory = 'test'