mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: explicit set max_width 0
This commit is contained in:
parent
b06b985f57
commit
0ceba7285e
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class TestKeyboardBuilder:
|
|||
|
||||
def test_add_wo_max_width(self):
|
||||
builder = KeyboardBuilder(button_type=KeyboardButton)
|
||||
|
||||
builder.max_width = 0
|
||||
count = 42
|
||||
|
||||
for index in range(count):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue