Skip to content

Commit

Permalink
point to new base class
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 22, 2024
1 parent 195dba7 commit f88da85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/shared_tests/test_column_types.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from dbt.tests.adapter.column_types.test_column_types import BaseColumnTypes
from dbt.tests.adapter.column_types.test_column_types import BasePostgresColumnTypes


class TestPostgresColumnTypes(BaseColumnTypes):
class TestPostgresColumnTypes(BasePostgresColumnTypes):
pass

0 comments on commit f88da85

Please sign in to comment.