From ed5d3df5ddf2d917246d5b870dbb9fd2c33a00a3 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 21 Aug 2017 18:00:10 -0700 Subject: [PATCH] google-cloud__storage: Fix test (#19187) --- types/google-cloud__storage/google-cloud__storage-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }