Skip to content

Commit

Permalink
Add equals as an include in test_equals.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianburusdbt committed Jan 8, 2025
1 parent 75f3f46 commit 11283d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions dbt-tests-adapter/dbt/tests/adapter/utils/fixture_equals.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from dbt.include.global_project.macros.utils import equals

# equals

SEEDS__DATA_EQUALS_CSV = """key_name,x,y,expected
Expand Down
1 change: 1 addition & 0 deletions dbt-tests-adapter/dbt/tests/adapter/utils/test_equals.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from dbt.tests.adapter.utils import fixture_equals
from dbt.tests.util import relation_from_name, run_dbt
from dbt.include.global_project.macros.utils import equals


class BaseEquals:
Expand Down

0 comments on commit 11283d9

Please sign in to comment.