1
0
Fork 0

Fix windows gnutar test case

bishal-change
Lovepreet Singh 2022-11-17 09:46:01 +00:00
parent 4fa5b7d133
commit b3bd482c0f
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ test('gzip extract GNU tar on windows with GNUtar in path', async () => {
await tar.extractTar(archivePath, CompressionMethod.Gzip)
expect(isGnuMock).toHaveBeenCalledTimes(1)
expect(isGnuMock).toHaveBeenCalledTimes(2)
expect(execMock).toHaveBeenCalledTimes(1)
expect(execMock).toHaveBeenCalledWith(
`"tar"`,