chore: explicit set max_width 0

This commit is contained in:
Oleg A 2025-01-06 11:04:56 +03:00
parent b06b985f57
commit 0ceba7285e
No known key found for this signature in database
GPG key ID: 7175209A1D749531

View file

@ -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):