mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02:00
Fix test
This commit is contained in:
Vendored
+1
-1
@@ -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}"`,
|
||||||
|
|||||||
Reference in New Issue
Block a user