mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
Update tests
This commit is contained in:
parent
f27b437c94
commit
0310d372d2
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ virtualenvs.path = "{cache-dir}/virtualenvs" # /Users/patrick/Library/Caches/py
|
||||||
dependencyFile
|
dependencyFile
|
||||||
) as any; // Widening PipCache | PipenvCache | PoetryCache type to any allow us to change private property on the cacheDistributor to test value: "**/pyprojecttest.toml"
|
) as any; // Widening PipCache | PipenvCache | PoetryCache type to any allow us to change private property on the cacheDistributor to test value: "**/pyprojecttest.toml"
|
||||||
|
|
||||||
cacheDistributor.cacheDependencyBackupPath = 'some value';
|
cacheDistributor.cacheDependencyBackupPath = '**/pyprojecttest.toml';
|
||||||
|
|
||||||
await expect(cacheDistributor.restoreCache()).rejects.toThrow();
|
await expect(cacheDistributor.restoreCache()).rejects.toThrow();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue