diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-04 22:43:11 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-04-04 22:43:11 +0100 |
| commit | b8452034ed3a503e06e58f524ac322a4ab0203bb (patch) | |
| tree | 9e06ba3a857cb087f8514c1f3bb376b1b0d5401f /tests | |
| parent | Merge branch 'bugfix/arXiv_stamp' (diff) | |
| download | paper2remarkable-b8452034ed3a503e06e58f524ac322a4ab0203bb.tar.gz paper2remarkable-b8452034ed3a503e06e58f524ac322a4ab0203bb.zip | |
Code formatting
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_ui.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/test_ui.py b/tests/test_ui.py index fc362a0..11ed87a 100644 --- a/tests/test_ui.py +++ b/tests/test_ui.py @@ -160,15 +160,15 @@ class TestUI(unittest.TestCase): "http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.123.7607&rep=rep1&type=pdf", ), ( - HTML, - "https://hbr.org/2019/11/getting-your-team-to-do-more-than-meet-deadlines", - "https://hbr.org/2019/11/getting-your-team-to-do-more-than-meet-deadlines" - ), - ( - HTML, - "https://www.nature.com/articles/d41586-020-00176-4", - "https://www.nature.com/articles/d41586-020-00176-4" - ), + HTML, + "https://hbr.org/2019/11/getting-your-team-to-do-more-than-meet-deadlines", + "https://hbr.org/2019/11/getting-your-team-to-do-more-than-meet-deadlines", + ), + ( + HTML, + "https://www.nature.com/articles/d41586-020-00176-4", + "https://www.nature.com/articles/d41586-020-00176-4", + ), ] for exp_prov, url, exp_url in tests: prov, new_url, jar = choose_provider(url) |
