Update README

This commit is contained in:
MaksimZhukov 2020-07-15 19:28:19 +03:00
parent 8fbc418d76
commit d025544791
2 changed files with 3 additions and 5 deletions

View file

@ -55,7 +55,7 @@ describe('Finder tests', () => {
await finder.findPythonVersion('1.2.3', 'x64', true);
});
it('Finds unstable Python version in the manifest', async () => {
it('Finds pre-release Python version in the manifest', async () => {
const findSpy: jest.SpyInstance = jest.spyOn(tc, 'getManifestFromRepo');
findSpy.mockImplementation(() => <tc.IToolRelease[]>manifestData);