Commit e2ce5461 by Victor Shnayder

remove debugging assert from test

parent 652e2aa2
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment