Skip to content

Commit 47cf7c6

Browse files
committed
add comment
1 parent da3cf27 commit 47cf7c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/http/test_guild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ async def test_create_from_template(client, code, name, icon):
253253
await client.http.create_from_template(code, name, icon)
254254

255255

256+
# limit is optional on this route
256257
@pytest.mark.parametrize("limit", [None, randrange(0, 1000)])
257258
async def test_get_bans(client, guild_id, limit, before, after):
258259
params = {}

0 commit comments

Comments
 (0)