Skip to content

Commit f4aea1a

Browse files
committed
fix test
1 parent d5d3b00 commit f4aea1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/functions/git-diff.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ test('executes gitDiff by using the git binary', async () => {
172172
'🧮 total detected files changed (json diff): 5'
173173
)
174174
expect(debugMock).toHaveBeenCalledWith(
175-
'running git diff command: git --no-pager diff --no-color --full-index HEAD^1 .'
175+
'running git diff command: git --no-pager diff --no-color --full-index HEAD^1 -- .'
176176
)
177177
})
178178

0 commit comments

Comments
 (0)