From a57fc7671c6b6605ef33d5757aaec089cbbd1dca Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Fri, 11 Aug 2023 08:41:58 +0100 Subject: [PATCH] better test --- tests/test_10_download.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_10_download.py b/tests/test_10_download.py index 8e0a5b3..26fae24 100644 --- a/tests/test_10_download.py +++ b/tests/test_10_download.py @@ -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"],