Fix typo in resource provider tests

This commit is contained in:
Roman Mogylatov 2021-01-03 17:33:28 -05:00
parent bc07402b23
commit fe583ac9cf

View File

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