Skip to content

Commit

Permalink
Added base_utils ref
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianburusdbt committed Jan 8, 2025
1 parent 11283d9 commit 9c2104c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dbt-tests-adapter/dbt/tests/adapter/utils/test_equals.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import pytest

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


class BaseEquals:
class BaseEquals(base_utils.BaseUtils):
@pytest.fixture(scope="class")
def seeds(self):
return {
Expand Down

0 comments on commit 9c2104c

Please sign in to comment.