diff --git a/tests/unit/providers/test_resource_py35.py b/tests/unit/providers/test_resource_py35.py index 8ff3fb1d..0b0fb55a 100644 --- a/tests/unit/providers/test_resource_py35.py +++ b/tests/unit/providers/test_resource_py35.py @@ -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():