We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ae4df commit 38fb80dCopy full SHA for 38fb80d
get_gcs_test.go
@@ -103,7 +103,7 @@ func TestGCSGetter_GetGenerationFile(t *testing.T) {
103
t.Fatalf("err: %s", err)
104
}
105
106
- // Verify the main file exists
+ // Verify contents are valid for this generation
107
content, err := ioutil.ReadFile(dst)
108
if err != nil {
109
@@ -119,7 +119,7 @@ func TestGCSGetter_GetGenerationFile(t *testing.T) {
119
120
121
122
123
content, err = ioutil.ReadFile(dst)
124
125
0 commit comments