mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
reformatted
This commit is contained in:
parent
945e1cf865
commit
ed9e63413a
2 changed files with 2 additions and 7 deletions
|
|
@ -125,10 +125,7 @@ class TestCallableMixin:
|
|||
],
|
||||
)
|
||||
def test_prepare_kwargs(
|
||||
self,
|
||||
callback: Callable,
|
||||
kwargs: Dict[str, Any],
|
||||
result: Dict[str, Any]
|
||||
self, callback: Callable, kwargs: Dict[str, Any], result: Dict[str, Any]
|
||||
):
|
||||
obj = CallableMixin(callback)
|
||||
assert obj._prepare_kwargs(kwargs) == result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue