mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-23 23:09:14 +03:00
Fix tests
This commit is contained in:
parent
a0b33dc2dd
commit
8b7327c2c8
|
@ -23,10 +23,10 @@ class Container22(containers.DeclarativeContainer):
|
||||||
|
|
||||||
|
|
||||||
# Test 3: to check @copy decorator
|
# Test 3: to check @copy decorator
|
||||||
class Container21(containers.DeclarativeContainer):
|
class Container31(containers.DeclarativeContainer):
|
||||||
provider = providers.Factory(int)
|
provider = providers.Factory(int)
|
||||||
|
|
||||||
|
|
||||||
@containers.copy(Container21)
|
@containers.copy(Container31)
|
||||||
class Container22(containers.DeclarativeContainer):
|
class Container32(containers.DeclarativeContainer):
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user