diff --git a/tests/test_strategy.py b/tests/test_strategy.py index f3272524..5b0de58f 100644 --- a/tests/test_strategy.py +++ b/tests/test_strategy.py @@ -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")