Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 24, 2024
1 parent cbf2665 commit 6d886c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/bigquery/converters/converters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestStringConverter_Convert(t *testing.T) {
{
// Invalid
_, err := NewStringConverter(typing.Integer).Convert(123)
assert.ErrorContains(t, err, "expected string/*decimal.Decimal/bool received int with value 123")
assert.ErrorContains(t, err, "expected string/*decimal.Decimal/bool/int64 received int with value 123")
}
{
// Extended time
Expand Down

0 comments on commit 6d886c8

Please sign in to comment.