Skip to content

Commit 38fb80d

Browse files
committed
clarify comments
1 parent 15ae4df commit 38fb80d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get_gcs_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func TestGCSGetter_GetGenerationFile(t *testing.T) {
103103
t.Fatalf("err: %s", err)
104104
}
105105

106-
// Verify the main file exists
106+
// Verify contents are valid for this generation
107107
content, err := ioutil.ReadFile(dst)
108108
if err != nil {
109109
t.Fatalf("err: %s", err)
@@ -119,7 +119,7 @@ func TestGCSGetter_GetGenerationFile(t *testing.T) {
119119
t.Fatalf("err: %s", err)
120120
}
121121

122-
// Verify the main file exists
122+
// Verify contents are valid for this generation
123123
content, err = ioutil.ReadFile(dst)
124124
if err != nil {
125125
t.Fatalf("err: %s", err)

0 commit comments

Comments
 (0)