This commit is contained in:
ggunullu
2023-02-03 09:25:25 +01:00
committed by florent Beauchamp
parent eb6763b0bb
commit 2d01192204

View File

@@ -52,7 +52,7 @@ test('checkFile fails with broken VHD file', async () => {
await fs.writeFile(tempDir + '/vhdFile.vhd', ';alsdkh;lasdhfjaksdhfjklsdahfhdsl')
await checkFile(vhdFile)
await checkFile(vhdFileName)
await expect(async () => await checkFile(vhdFile)).rejects.toThrow()
})