Skip to content

Commit

Permalink
Remved unused test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianburusdbt committed Dec 17, 2024
1 parent 70afd18 commit b8312d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt-tests-adapter/dbt/tests/adapter/utils/base_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class BaseUtils:
@pytest.fixture(scope="class")
def macros(self):
return {
"equals.sql": macros__equals_sql,
"test_assert_equal.sql": macros__test_assert_equal_sql,
"replace_empty.sql": macros__replace_empty_sql,
}
Expand Down

0 comments on commit b8312d6

Please sign in to comment.