Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
artnowo-alle committed May 24, 2024
1 parent e1c2b24 commit 9143fa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_component(bigquery_dependency1, bigquery_dependency2):
'location': 'EU',
'tables_labels': {},
'dataset_labels': {},
'job_labels': {},
})

# and
Expand All @@ -42,6 +43,7 @@ def test_component(bigquery_dependency1, bigquery_dependency2):
'location': 'EU',
'tables_labels': {},
'dataset_labels': {},
'job_labels': {},
})

job = Job(component=test_component,
Expand Down

0 comments on commit 9143fa0

Please sign in to comment.