Skip to content

Commit

Permalink
Uncomment some tests. Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DTchebotarev committed Oct 26, 2023
1 parent 3c81e88 commit 0f4b601
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ def test_run_incremental_append_new_columns(self, project):
self.run_incremental_append_new_columns_remove_one(project)

def test_run_incremental_sync_all_columns(self, project):
# self.run_incremental_sync_all_columns(project)
self.run_incremental_sync_all_columns(project)
self.run_incremental_sync_all_quoted_columns(project)
# self.run_incremental_sync_remove_only(project)
self.run_incremental_sync_remove_only(project)

def test_run_incremental_fail_on_schema_change(self, project):
select = "model_a incremental_fail"
Expand Down

0 comments on commit 0f4b601

Please sign in to comment.