This commit is contained in:
Sampark Sharma
2022-12-12 07:25:36 +00:00
committed by GitHub
parent bbf5659dfa
commit 6bc5dc5a23
2 changed files with 8 additions and 6 deletions

View File

@@ -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,