Skip to content

Commit

Permalink
fix: adjust testuite to changed data
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jan 10, 2025
1 parent 7aba6ce commit 6420aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_html(self):

ctx = {"x": 1}
result = self.strategy.tpl.render_template(tpl="test.html", context=ctx)
self.assertEqual(result, "test")
self.assertEqual(result, "test\n")

result = self.strategy.tpl.render_string(html="xoxo", context=ctx)
self.assertEqual(result, "xoxo")
Expand Down

0 comments on commit 6420aef

Please sign in to comment.