This commit is contained in:
Ian Knight 2016-04-26 12:17:45 +09:30
parent fea43c46b9
commit 8b893767f8
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ class Htmbuilder(TestCase, TestMixin):
item = MagicMock()
item.theme_data = None
item.footer = 'FAIL'
height = 1024
# WHEN: Settings say that footer should wrap
css.append(build_footer_css(item, height))