Fix typing tests

This commit is contained in:
Gonzalo Martinez 2025-01-07 12:26:14 -08:00
parent b547a9e088
commit 839de5d527

View File

@ -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)