mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-04 20:33:13 +03:00
Update wiring test case name
This commit is contained in:
parent
d0ea82949f
commit
44343421dc
|
@ -314,7 +314,7 @@ class WiringTest(unittest.TestCase):
|
||||||
self.assertIsInstance(service, Service)
|
self.assertIsInstance(service, Service)
|
||||||
|
|
||||||
|
|
||||||
class ModuleAsPackagingTest(unittest.TestCase):
|
class ModuleAsPackageTest(unittest.TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.container = Container(config={'a': {'b': {'c': 10}}})
|
self.container = Container(config={'a': {'b': {'c': 10}}})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user