mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Update tests
This commit is contained in:
parent
e80ab3d3c0
commit
4caa8faab8
6 changed files with 59 additions and 2 deletions
|
|
@ -22,6 +22,11 @@ class TestShippingQueryHandler:
|
|||
question="Q?",
|
||||
options=[PollOption(text="A1", voter_count=1)],
|
||||
is_closed=True,
|
||||
is_anonymous=False,
|
||||
type="quiz",
|
||||
allows_multiple_answers=False,
|
||||
total_voter_count=0,
|
||||
correct_option_id=0,
|
||||
)
|
||||
|
||||
class MyHandler(PollHandler):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue