diff --git a/tests/testcallable.py b/tests/testcallable.py index f7dcd5e1dfa46675efadbc4394d3dba0c6266a20..c967631cc2088c68cadd8dc5c4784b18b914722a 100644 --- a/tests/testcallable.py +++ b/tests/testcallable.py @@ -139,7 +139,7 @@ class TestCallable(unittest2.TestCase): patcher.stop() - def test_create_autopsec(self): + def test_create_autospec(self): mock = create_autospec(X) instance = mock() self.assertRaises(TypeError, instance)