From fe583ac9cf142bc30be952ee7d267d1ad4c2ab7d Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 3 Jan 2021 17:33:28 -0500 Subject: [PATCH] Fix typo in resource provider tests --- tests/unit/providers/test_resource_py35.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():