From d3ccb68d8bbd359a10c205bb7d3a77ea2a264d12 Mon Sep 17 00:00:00 2001 From: Peter Allen Webb Date: Mon, 9 Sep 2024 10:28:31 -0400 Subject: [PATCH] Add explicit path for import --- tests/unit/test_behavior_flags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_behavior_flags.py b/tests/unit/test_behavior_flags.py index 1433bbd..73c550d 100644 --- a/tests/unit/test_behavior_flags.py +++ b/tests/unit/test_behavior_flags.py @@ -2,7 +2,7 @@ from dbt_common.behavior_flags import Behavior from dbt_common.exceptions.base import CompilationError -from unit.utils import EventCatcher +from tests.unit.utils import EventCatcher def test_behavior_default() -> None: