Incorrect class name for unit test.

This commit is contained in:
Graham Dumpleton
2013-09-01 21:58:48 +10:00
parent a523ca710b
commit 25556003e1

View File

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