diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-02-01 00:38:01 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-02-01 00:38:01 +0000 |
| commit | 700e9030f0301d884bfd25407d6301d373c82b97 (patch) | |
| tree | 9da8ce36fce70d4762255d8992a99b99fb37de54 /tests | |
| parent | fix failing test (diff) | |
| download | paper2remarkable-700e9030f0301d884bfd25407d6301d373c82b97.tar.gz paper2remarkable-700e9030f0301d884bfd25407d6301d373c82b97.zip | |
*actually* fix the failing test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
