Skip to content

Commit

Permalink
better test
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Aug 11, 2023
1 parent 7e34a70 commit a57fc76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_10_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ def test_stringify_dates(

def test_ensure_request_gets_cached() -> None:
request = {
"f": (2, 1),
"e": [1],
"f": range(2, 0, -1),
"e": {1},
"d": 1,
"c": ["b", "a"],
"b": ["ba"],
Expand Down

0 comments on commit a57fc76

Please sign in to comment.