remove debugging assert from test

This commit is contained in:
Victor Shnayder
2012-08-01 19:25:38 -04:00
parent 652e2aa24c
commit e2ce54612c

View File

@@ -137,4 +137,3 @@ class ImportTestCase(unittest.TestCase):
chapter_tag = root[0]
self.assertEqual(chapter_tag.tag, 'chapter')
self.assertFalse('graceperiod' in chapter_tag.attrib)
self.assertTrue(False)