mirror of https://github.com/actions/toolkit
Fix test
parent
32f538163d
commit
ffde3e4bd5
|
@ -188,7 +188,7 @@ test('zstd create tar with windows BSDtar', async () => {
|
||||||
|
|
||||||
const tarPath = SystemTarPathOnWindows
|
const tarPath = SystemTarPathOnWindows
|
||||||
|
|
||||||
expect(isGnuMock).toHaveBeenCalledTimes(1)
|
expect(isGnuMock).toHaveBeenCalledTimes(2)
|
||||||
expect(execMock).toHaveBeenCalledTimes(1)
|
expect(execMock).toHaveBeenCalledTimes(1)
|
||||||
expect(execMock).toHaveBeenCalledWith(
|
expect(execMock).toHaveBeenCalledWith(
|
||||||
`"${tarPath}"`,
|
`"${tarPath}"`,
|
||||||
|
|
Loading…
Reference in New Issue