diff options
| -rw-r--r-- | tests/test_arxiv.py | 1 |
1 files changed, 0 insertions, 1 deletions
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__": |
