mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-09 18:33:44 +03:00
Fix typing tests
This commit is contained in:
parent
b547a9e088
commit
839de5d527
|
@ -34,7 +34,7 @@ kwargs4: Dict[str, Any] = provider4.kwargs
|
|||
|
||||
# Test 5: to check the provided instance interface
|
||||
provider5 = providers.Callable(Animal)
|
||||
provided5: Animal = provider5.provided
|
||||
provided5: Animal = provider5.provided()
|
||||
|
||||
# Test 6: to check the DelegatedCallable
|
||||
provider6 = providers.DelegatedCallable(Cat)
|
||||
|
|
Loading…
Reference in New Issue
Block a user