Remove testing verbosity flag

This commit is contained in:
Ken Roberts 2016-06-07 06:21:07 -07:00
parent 5fe54b5907
commit 828741ec84
1 changed files with 0 additions and 2 deletions

View File

@ -256,8 +256,6 @@ class Htmbuilder(TestCase, TestMixin):
# WHEN: Create the html.
html = build_html(item, screen, is_live, background, plugins=plugins)
self.maxDiff = None
# THEN: The returned html should match.
self.assertEqual(html, HTML, 'The returned html should match')