Skip to content

Commit d373925

Browse files
committed
Update worktree.test.ts
1 parent 9c1917a commit d373925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/worktree.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jest.mock('@actions/core', () => ({
1818
The upstream repository `origin` is set up once for the test suite,
1919
and for each test run, a new clone is created.
2020
21-
See workstree.error.test.ts for testing mocked errors from git.
21+
See worktree.error.test.ts for testing mocked errors from git.
2222
*/
2323
describe('generateWorktree', () => {
2424
let tempdir: string | null = null

0 commit comments

Comments
 (0)