diff --git a/common/lib/xmodule/tests/test_import.py b/common/lib/xmodule/tests/test_import.py index dab7e63f1d..6a407fe189 100644 --- a/common/lib/xmodule/tests/test_import.py +++ b/common/lib/xmodule/tests/test_import.py @@ -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)