diff --git a/types/google-cloud__storage/google-cloud__storage-tests.ts b/types/google-cloud__storage/google-cloud__storage-tests.ts index 00f85ff3d0..5784f68df4 100644 --- a/types/google-cloud__storage/google-cloud__storage-tests.ts +++ b/types/google-cloud__storage/google-cloud__storage-tests.ts @@ -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); }