mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-29 13:04:02 +03:00
Fix typo in resource provider tests
This commit is contained in:
parent
bc07402b23
commit
fe583ac9cf
|
@ -461,7 +461,7 @@ class AsyncResourceTest(AsyncTestCase):
|
|||
self.assertEqual(_init.init_counter, 2)
|
||||
self.assertEqual(_init.shutdown_counter, 2)
|
||||
|
||||
def test_concurent_init(self):
|
||||
def test_concurrent_init(self):
|
||||
resource = object()
|
||||
|
||||
async def _init():
|
||||
|
|
Loading…
Reference in New Issue
Block a user