diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-02 13:44:28 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-02 13:44:28 +0000 |
| commit | 944bbd2c1ae0dd8cdf4250cfce074a14e32d748a (patch) | |
| tree | e8d11fc34e886dbe62c6fcfa8a740768d0896d47 | |
| parent | Remove double delay in CiteSeerX provider (diff) | |
| download | paper2remarkable-944bbd2c1ae0dd8cdf4250cfce074a14e32d748a.tar.gz paper2remarkable-944bbd2c1ae0dd8cdf4250cfce074a14e32d748a.zip | |
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.
| -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__": |
