mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
chore: rm duplicated assertions
This commit is contained in:
parent
382094c2d1
commit
75f0aa745e
1 changed files with 0 additions and 4 deletions
|
|
@ -200,7 +200,3 @@ class TestFSMI18nMiddleware:
|
|||
result = await middleware(next_call, Update(update_id=42), data)
|
||||
assert i18n.current_locale == "en"
|
||||
assert result == "test"
|
||||
|
||||
assert i18n.current_locale == "en"
|
||||
result = await middleware(next_call, Update(update_id=42), data)
|
||||
assert i18n.current_locale == "en"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue