Skip to content

Commit

Permalink
Fix test_builder failure
Browse files Browse the repository at this point in the history
  • Loading branch information
BMPixel committed Aug 19, 2024
1 parent 6f1b8a2 commit 360e71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from moffee.compositor import composite


def template_dir(name="default"):
def template_dir(name="base"):
return os.path.join(os.path.dirname(__file__), "..", "moffee", "templates", name)


Expand Down

0 comments on commit 360e71c

Please sign in to comment.