Skip to content

Commit

Permalink
Update worktree.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Apr 17, 2024
1 parent 9c1917a commit d373925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/worktree.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jest.mock('@actions/core', () => ({
The upstream repository `origin` is set up once for the test suite,
and for each test run, a new clone is created.
See workstree.error.test.ts for testing mocked errors from git.
See worktree.error.test.ts for testing mocked errors from git.
*/
describe('generateWorktree', () => {
let tempdir: string | null = null
Expand Down

0 comments on commit d373925

Please sign in to comment.