Skip to content

Commit c6a9748

Browse files
authored
Merge pull request #373 from dbt-msft/add-test-chang-rel-type
add tests for changing relation type
2 parents 2ddbaae + 628ac9b commit c6a9748

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from dbt.tests.adapter.relations.test_changing_relation_type import BaseChangeRelationTypeValidator
2+
3+
4+
class TestChangeRelationTypesSQLServer(BaseChangeRelationTypeValidator):
5+
pass

0 commit comments

Comments
 (0)