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
@@ -365,7 +365,7 @@ test('zstd list tar with windows BSDtar', async () => {
|
||||
await tar.listTar(archivePath, CompressionMethod.Zstd)
|
||||
|
||||
const tarPath = SystemTarPathOnWindows
|
||||
expect(execMock).toHaveBeenCalledTimes(1)
|
||||
expect(execMock).toHaveBeenCalledTimes(2)
|
||||
|
||||
expect(execMock).toHaveBeenNthCalledWith(
|
||||
1,
|
||||
|
||||
Reference in New Issue
Block a user