fix test expectation

This commit is contained in:
Michael Siega
2025-12-05 20:45:39 +01:00
parent 2e752b41ea
commit 7140e5755e

View File

@@ -292,7 +292,7 @@ describe('getFileSystemHelperFunctions', () => {
await expect(
helperFunctions.createReadStream(await helperFunctions.resolvePath(filePath)),
).rejects.toThrow('could not be opened');
).rejects.toThrow('ELOOP: too many symbolic links encountered');
});
});