Skip to content

Commit 254a312

Browse files
committed
fix tests
1 parent 0c8acb3 commit 254a312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/limiters/rps/test_limiters_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
class TestLocalLimiter:
7-
async def test_no_limit(self, rate_limit: int):
7+
async def test_no_limit(self):
88
started_at = time.monotonic()
99
limiter = LocalRateLimiter(rate_limit=0)
1010
await limiter.rate_limit()

0 commit comments

Comments
 (0)