Skip to content

Commit

Permalink
update unit tests with new src path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 6, 2025
1 parent fdb99c2 commit 9e40b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt-spark/tests/unit/test_macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
Expand Down

0 comments on commit 9e40b94

Please sign in to comment.