Skip to content

Commit

Permalink
return to the power of the 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Jun 21, 2024
1 parent b01f799 commit 13ee8a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dbt_meshify/dbt_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,7 @@ def find_jinja_blocks(self) -> Dict[str, JinjaBlock]:
else ["tests"]
):
block_type = "test"
index = len(top_level_folder)
name = macro.name[index:]
name = macro.name[5:]

blocks[unique_id] = JinjaBlock.from_file(
path=self.path / macro.original_file_path, block_type=block_type, name=name
Expand Down

0 comments on commit 13ee8a5

Please sign in to comment.