From 3e7759c52d8470c890c52ec62ee74903ac802a4d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 28 May 2017 15:14:30 +0100 Subject: [PATCH] Remove non-determanistic test --- tests/test_pandoc.py | 1 - 1 file changed, 1 deletion(-) 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)