Skip to content

Commit

Permalink
test: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Feb 13, 2024
1 parent 04b5782 commit 6abf4d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ def _test_providers(self, container: Container) -> None:
for provider in container.providers.values(): # type: ignore[attr-defined]
if isinstance(provider, Singleton):
provided = provider()
print(provided.__class__)
assert isinstance(provided, provider.cls)

0 comments on commit 6abf4d0

Please sign in to comment.