Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jun 26, 2024
1 parent b9dc2d5 commit f929e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pyalex.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,6 @@ def test_autocomplete():

assert len(a) > 5


def test_urlencoding():
assert Works().filter(doi='10.1207/s15327809jls0703&4_2').count() == 1
assert Works().filter(doi="10.1207/s15327809jls0703&4_2").count() == 1

0 comments on commit f929e32

Please sign in to comment.