Skip to content

Commit

Permalink
Test case for merge_exclude_columns (#8268)
Browse files Browse the repository at this point in the history
* Test case for `merge_exclude_columns`

* Update expected output for `merge_exclude_columns`

* Skip TestMergeExcludeColumns test

* Enable this test since PostgreSQL 15+ is available in CI now

* Undo modification to expected output
  • Loading branch information
dbeatty10 authored Sep 24, 2024
1 parent 730e40a commit 09e973d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230801-094626.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Test case for `merge_exclude_columns`
time: 2023-08-01T09:46:26.829362-06:00
custom:
Author: dbeatty10
Issue: "8267"
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ def test__merge_exclude_columns(self, project):
update_sql_file=None,
)
self.check_scenario_correctness(expected_fields, test_case_fields, project)


class TestMergeExcludeColumns(BaseMergeExcludeColumns):
pass

0 comments on commit 09e973d

Please sign in to comment.