From 700e9030f0301d884bfd25407d6301d373c82b97 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 1 Feb 2021 00:38:01 +0000 Subject: *actually* fix the failing test --- tests/test_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ui.py b/tests/test_ui.py index c7cb24d..5ccfbab 100644 --- a/tests/test_ui.py +++ b/tests/test_ui.py @@ -163,7 +163,7 @@ class TestUI(unittest.TestCase): ( NeurIPS, "http://papers.neurips.cc/paper/7368-on-the-dimensionality-of-word-embedding.pdf", - "https://proceedings.neurips.cc/paper/2018/hash/b534ba68236ba543ae44b22bd110a1d6-Abstract.html", + "https://proceedings.neurips.cc/paper/2018/file/b534ba68236ba543ae44b22bd110a1d6-Paper.pdf", ), ( CiteSeerX, -- cgit v1.2.3