aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_providers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_providers.py b/tests/test_providers.py
index 12f748e..b6cce59 100644
--- a/tests/test_providers.py
+++ b/tests/test_providers.py
@@ -98,7 +98,7 @@ class TestProviders(unittest.TestCase):
def test_arxiv_6(self):
prov = Arxiv(upload=False, verbose=VERBOSE)
url = "https://arxiv.org/pdf/1701.05517.pdf?source=post_page---------------------------"
- exp_filename = "Salimans_et_al_-_PixelCNN_Improving_the_PixelCNN_with_Discretized_Logistic_Mixture_Likelihood_and_Other_Modifications_2017.pdf"
+ exp_filename = "Salimans_et_al_-_PixelCNN_Improving_the_PixelCNN_With_Discretized_Logistic_Mixture_Likelihood_and_Other_Modifications_2017.pdf"
filename = prov.run(url)
self.assertEqual(exp_filename, os.path.basename(filename))