Skip to content

Commit

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

0 comments on commit ac2e595

Please sign in to comment.