Skip to content

Commit

Permalink
clarify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSuarez committed Feb 26, 2021
1 parent 15ae4df commit 38fb80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_gcs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 38fb80d

Please sign in to comment.