Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 24, 2024
1 parent 6a75684 commit 6859819
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/bigquery/storagewrite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ func TestEncodePacked64TimeMicros(t *testing.T) {
assert.Equal(t, int64(1<<32+1000), encodePacked64TimeMicros(epoch.Add(time.Duration(1)*time.Hour+time.Duration(1)*time.Millisecond)))
}

func TestEncode

func TestRowToMessage(t *testing.T) {
columns := []columns.Column{
columns.NewColumn("c_bool", typing.Boolean),
Expand Down

0 comments on commit 6859819

Please sign in to comment.