resolve conflicts

This commit is contained in:
Dmitry Shibanov 2022-07-08 01:08:41 +02:00
parent de4dd601ce
commit 2718326b8a
3 changed files with 53 additions and 15 deletions

View file

@ -176,7 +176,7 @@ describe('Finder tests', () => {
fs.writeFileSync(`${pythonDir}.complete`, 'hello');
// This will throw if it doesn't find it in the cache and in the manifest (because no such version exists)
await finder.useCpythonVersion('1.2', 'x64', false, true);
await finder.useCpythonVersion('1.2', 'x64', true, true);
expect(infoSpy).toHaveBeenCalledWith("Resolved as '1.2.3'");
expect(infoSpy).toHaveBeenCalledWith(