diff --git a/tests/test_synchronized_lock.py b/tests/test_synchronized_lock.py index 9fe2254..f7b1839 100644 --- a/tests/test_synchronized_lock.py +++ b/tests/test_synchronized_lock.py @@ -123,7 +123,7 @@ class C4(object): c4 = C4() -class TestAdapterAttributes(unittest.TestCase): +class TestSynchronized(unittest.TestCase): def test_synchronized_function(self): _lock0 = getattr(function, '_synchronized_function_lock', None)