diff --git a/tests/lib/fixtures.py b/tests/lib/fixtures.py index b9cf0ea4..ab43b1bf 100644 --- a/tests/lib/fixtures.py +++ b/tests/lib/fixtures.py @@ -186,7 +186,7 @@ def mock_default_templates_path(temp_dir): templates_path = Path(temp_dir.name, "templates") return { "get_templates_path": lambda: patch( - "jrnl.controller.get_templates_path", return_value=templates_path + "jrnl.editor.get_templates_path", return_value=templates_path ), }