mirror of
https://github.com/actions/setup-go.git
synced 2025-08-23 00:50:19 +00:00
Change text message in unit-test related to cache-restore file
This commit is contained in:
parent
b427445125
commit
c1691a39b4
@ -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…
x
Reference in New Issue
Block a user