Skip to content

Commit

Permalink
rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 8, 2024
1 parent 03b6805 commit f8a9ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/e2e/bigquery/peer_flow_bq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -777,9 +777,9 @@ func (s PeerFlowE2ETestSuiteBQ) Test_Types_BQ() {
require.NoError(s.t, err)

// check if HSTORE on bigquery side is a good JSON
err = s.checkJSONValue(dstTableName, "c45", "key1", "\"value1\"")
err = s.checkJSONValue(dstTableName, "c46", "key1", "\"value1\"")
require.NoError(s.t, err)
err = s.checkJSONValue(dstTableName, "c45", "key2", "\"\"")
err = s.checkJSONValue(dstTableName, "c46", "key2", "\"\"")
require.NoError(s.t, err)

env.AssertExpectations(s.t)
Expand Down

0 comments on commit f8a9ea6

Please sign in to comment.