Skip to content

Commit

Permalink
Check the copy model for failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kconvey committed Aug 19, 2020
1 parent 4b8652f commit 16eb723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def project_config(self):
def test__bigquery_copy_table_fails(self):
results = self.run_dbt(expect_pass=False)
self.assertEqual(len(results), 2)
self.assertTrue(results[0].error)
self.assertTrue(results[1].error)

0 comments on commit 16eb723

Please sign in to comment.