Skip to content

Commit

Permalink
#1527 Oops, left a noop debugging line.
Browse files Browse the repository at this point in the history
  • Loading branch information
edSynapse committed Jan 3, 2024
1 parent ac3cf5b commit f717e45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_base_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def test_include_placeholder_in_missing_data_if_placeholder_is_conditional(perso
]
)
def test_extracting_placeholders(template_content, template_subject, expected):
got = WithSubjectTemplate({"content": template_content, 'subject': template_subject}).placeholders
assert WithSubjectTemplate({"content": template_content, 'subject': template_subject}).placeholders == expected


Expand Down

0 comments on commit f717e45

Please sign in to comment.