Skip to content

Commit

Permalink
Fix import statement for --empty tests (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jul 3, 2024
1 parent 99e8194 commit 7e9731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt-tests-adapter/dbt/tests/adapter/empty/test_empty.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from dbt.tests.util import relation_from_name, run_dbt
import pytest

from tests.functional.adapter.empty import _models
from dbt.tests.adapter.empty import _models


class BaseTestEmpty:
Expand Down

0 comments on commit 7e9731c

Please sign in to comment.