Skip to content

Commit

Permalink
Clean up leftover code in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Jan 20, 2023
1 parent 15556f0 commit bb71a53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdks/python/apache_beam/io/gcp/bigquery_file_loads_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,6 @@ def test_multiple_partition_files_write_truncate(self, mock_call_process):
bq_client.jobs.Insert.return_value = result_job
bq_client.tables.Delete.return_value = None

mock_call_process

with TestPipeline('DirectRunner') as p:
_ = (
p
Expand Down

0 comments on commit bb71a53

Please sign in to comment.