Skip to content

Commit

Permalink
and more format xlang test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prodriguezdefino committed Sep 22, 2024
1 parent 27a86db commit e5766e7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ def test_write_with_beam_rows_cdc(self):
| StorageWriteToBigQuery(
table=table_id,
create_disposition="CREATE_NEVER",
use_cdc_writes_with_primary_key=["name"]
))
use_cdc_writes_with_primary_key=["name"]))
hamcrest_assert(p, bq_matcher)

def test_write_to_dynamic_destinations(self):
Expand Down

0 comments on commit e5766e7

Please sign in to comment.