diff --git a/tests/test_pandoc.py b/tests/test_pandoc.py index e25d85f..4725bbc 100644 --- a/tests/test_pandoc.py +++ b/tests/test_pandoc.py @@ -48,5 +48,4 @@ class BuildDocumentTestCase(BaseTestCase): doc ) self.assertIn('Doe, John. 2005.', doc) - self.assertIn('
', doc)