From 944bbd2c1ae0dd8cdf4250cfce074a14e32d748a Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 2 Mar 2021 13:44:28 +0000 Subject: Remove unnecessary check in arXiv unit test This string may persist in the metadata, but as long as it's not in an invisible box on the left of the page we don't care about that. --- tests/test_arxiv.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_arxiv.py') diff --git a/tests/test_arxiv.py b/tests/test_arxiv.py index 2cb84cf..e2179e9 100644 --- a/tests/test_arxiv.py +++ b/tests/test_arxiv.py @@ -115,7 +115,6 @@ class TestArxiv(unittest.TestCase): self.assertNotIn( b"/URI (http://arxiv.org/abs/astro-ph/9207001v1)", data ) - self.assertNotIn(b"arXiv:astro-ph/9207001v1 13 Jul 1992", data) if __name__ == "__main__": -- cgit v1.2.3