mirror of
https://github.com/actions/setup-python.git
synced 2025-07-01 23:23:46 +00:00
Update README
This commit is contained in:
parent
8fbc418d76
commit
d025544791
2 changed files with 3 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue