Skip to content

Commit 5bb6635

Browse files
committed
fixed debugging comment... okay this should be good to go
1 parent 38fb80d commit 5bb6635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_gcs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func TestGCSGetter_GetGenerationFile(t *testing.T) {
125125
t.Fatalf("err: %s", err)
126126
}
127127
if string(content) != "b" {
128-
t.Fatalf("expected file contents from generation to be `a` but got `%s`", content)
128+
t.Fatalf("expected file contents from generation to be `b` but got `%s`", content)
129129
}
130130

131131
}

0 commit comments

Comments
 (0)