Skip to content

Commit

Permalink
Adding
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Thakur committed Nov 16, 2023
1 parent 931c36c commit a843389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/dbt_clone/test_dbt_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import shutil
import os

class TestVerticaClonePossible(BaseClonePossible):
class TestVerticaCloneNotPossible(BaseClonePossible):
def test_can_clone_true(self, project, unique_schema, other_schema):
project.create_test_schema(other_schema)
print(other_schema)
Expand Down

0 comments on commit a843389

Please sign in to comment.