Allan Lewis
|
a46eea77e3
|
Correct type of kwargs in assertpy.exception.ExceptionMixin.when_called_with (#13903)
The keys of `kwargs` dicts are always strings, the type hint is for the values,
which in this case could be anything.
|
2025-05-01 16:47:53 +02:00 |
|