From 9e40b94c3e8c76f5a3fd36d103ed29900116098d Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 6 Jan 2025 18:55:51 -0500 Subject: [PATCH] update unit tests with new src path --- dbt-spark/tests/unit/test_macros.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt-spark/tests/unit/test_macros.py b/dbt-spark/tests/unit/test_macros.py index 5b648a079..67c452756 100644 --- a/dbt-spark/tests/unit/test_macros.py +++ b/dbt-spark/tests/unit/test_macros.py @@ -7,7 +7,7 @@ class TestSparkMacros(unittest.TestCase): def setUp(self): self.jinja_env = Environment( - loader=FileSystemLoader("dbt/include/spark/macros"), + loader=FileSystemLoader("src/dbt/include/spark/macros"), extensions=[ "jinja2.ext.do", ],