Skip to content

Commit fc2bb11

Browse files
authored
chore(bigquery): update source (#12786)
This PR addresses a trivial typo in a comment, but the purpose is to trigger infrastructure to check bigquery for release status.
1 parent c6c8996 commit fc2bb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/table_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func TestIntegration_TableMetadata(t *testing.T) {
199199
if err != nil {
200200
t.Fatal(err)
201201
}
202-
// TODO(jba): check md more thorougly.
202+
// TODO(jba): check md more thoroughly.
203203
if got, want := md.FullID, fmt.Sprintf("%s:%s.%s", dataset.ProjectID, dataset.DatasetID, table.TableID); got != want {
204204
t.Errorf("metadata.FullID: got %q, want %q", got, want)
205205
}

0 commit comments

Comments
 (0)