mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
Change text message in unit-test related to cache-restore file
This commit is contained in:
parent
b427445125
commit
c1691a39b4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ describe('restoreCache', () => {
|
||||||
getCacheDirectoryPathSpy.mockImplementation(
|
getCacheDirectoryPathSpy.mockImplementation(
|
||||||
(PackageManager: PackageManagerInfo) => {
|
(PackageManager: PackageManagerInfo) => {
|
||||||
return new Promise<string>(resolve => {
|
return new Promise<string>(resolve => {
|
||||||
resolve('Some cache directory path');
|
resolve('cache_directory_path');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue