Skip to content

Commit

Permalink
[#1747] I hate tests ;p
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jun 16, 2014
1 parent 5a29a04 commit 314edaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/new_tests/lib/test_helpers.py
Expand Up @@ -55,6 +55,6 @@ def test_render_markdown_allow_html(self):
eq_(h.render_markdown(data, allow_html=True), data)

def test_render_markdown_not_allow_html(self):
data = '<p>moo</p>'
output = 'moo'
data = '<h1>moo</h1>'
output = '<p>moo\n</p>'
eq_(h.render_markdown(data), output)

0 comments on commit 314edaf

Please sign in to comment.