Skip to content
Snippets Groups Projects
Commit a3ec8a9a authored by Robert Collins's avatar Robert Collins
Browse files

Fix typo in test name.

parent 880ae6fe
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment