Skip to content

Commit cded600

Browse files
committed
fix ruff
1 parent f9f64ad commit cded600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openlibrary/tests/core/test_fulltext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async def test_bad_json(self, httpx_mock, monkeypatch):
4242

4343
@pytest.mark.asyncio
4444
@pytest.mark.parametrize(
45-
"page,limit,offset_kwarg,expected_from",
45+
("page", "limit", "offset_kwarg", "expected_from"),
4646
[
4747
(1, 20, "NOT_PASSED", 0), # offset not passed at all
4848
(1, 20, None, 0), # offset=None explicitly

0 commit comments

Comments
 (0)