Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Jun 14, 2024
1 parent 2f038bc commit f69f858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/bigquery/storagewrite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ func TestRowToMessage(t *testing.T) {
"cInt32": "1234",
"cInt64": "1234",
"cString": "foo bar",
"cNumeric": "3.14159",
"cArray": []any{"foo", "bar"},
"cStruct": `{"baz":["foo","bar"]}`,
}, result)
}

0 comments on commit f69f858

Please sign in to comment.