mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
google-cloud__storage: Fix test (#19187)
This commit is contained in:
parent
6f7d3452a9
commit
ed5d3df5dd
@ -294,7 +294,7 @@ export class TestFile {
|
||||
* @param {DownloadOptions} options
|
||||
* @return {Promise<[string]>}
|
||||
*/
|
||||
download(options?: DownloadOptions): Promise<[string]> {
|
||||
download(options?: DownloadOptions): Promise<[Buffer]> {
|
||||
return this.file.download(options);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user