Skip to content

Commit

Permalink
add drop relation for other schema to catch all options
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Oct 18, 2023
1 parent 99c5c5a commit dde27b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/functional/adapter/dbt_clone/test_dbt_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ def clean_up(self, project):
)
project.adapter.drop_schema(relation)

relation = project.adapter.Relation.create(
database=project.database, schema=f"{project.test_schema}_other"
)
project.adapter.drop_schema(relation)

pass

0 comments on commit dde27b8

Please sign in to comment.