From 38fb80df92a3f591417d04a8d57e8637e4518b1d Mon Sep 17 00:00:00 2001 From: Scott Suarez Date: Thu, 25 Feb 2021 21:48:41 -0800 Subject: [PATCH] clarify comments --- get_gcs_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_gcs_test.go b/get_gcs_test.go index 233e0ba68..b1c6f4367 100644 --- a/get_gcs_test.go +++ b/get_gcs_test.go @@ -103,7 +103,7 @@ func TestGCSGetter_GetGenerationFile(t *testing.T) { t.Fatalf("err: %s", err) } - // Verify the main file exists + // Verify contents are valid for this generation content, err := ioutil.ReadFile(dst) if err != nil { t.Fatalf("err: %s", err) @@ -119,7 +119,7 @@ func TestGCSGetter_GetGenerationFile(t *testing.T) { t.Fatalf("err: %s", err) } - // Verify the main file exists + // Verify contents are valid for this generation content, err = ioutil.ReadFile(dst) if err != nil { t.Fatalf("err: %s", err)