Skip to content

Commit

Permalink
print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 16, 2024
1 parent f804e63 commit 69472b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow/e2e/bigquery/peer_flow_bq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ func (s PeerFlowE2ETestSuiteBQ) Test_NaN_Doubles_BQ() {
return false
}

s.t.Log(fmt.Sprintf("NANANANA %T %v", row[1], row[1]))

Check failure on line 515 in flow/e2e/bigquery/peer_flow_bq_test.go

View workflow job for this annotation

GitHub Actions / lint

S1038: should use s.t.Logf(...) instead of s.t.Log(fmt.Sprintf(...)) (gosimple)

floatArr, ok := row[1].([]float64)
return ok && row[0] == nil && len(floatArr) == 0 && row[2] == nil
})
Expand Down

0 comments on commit 69472b0

Please sign in to comment.