From 25556003e16d7ece3f4f47b3ca033abb491f5e87 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Sun, 1 Sep 2013 21:58:48 +1000 Subject: [PATCH] Incorrect class name for unit test. --- tests/test_synchronized_lock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)