From: Mark Dickinson Date: Fri, 18 Apr 2014 15:08:47 +0000 (+0100) Subject: Fix typo in test method name. X-Git-Tag: v3.5.0a1~1827 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d12290654a0320e3515ab10738f00b5194372827;p=thirdparty%2FPython%2Fcpython.git Fix typo in test method name. --- diff --git a/Lib/unittest/test/test_case.py b/Lib/unittest/test/test_case.py index 49325784d2db..aae7ec3fa5c0 100644 --- a/Lib/unittest/test/test_case.py +++ b/Lib/unittest/test/test_case.py @@ -1080,7 +1080,7 @@ test case # so can't use assertEqual either. Just use assertTrue. self.assertTrue(sample_text_error == error) - def testAsertEqualSingleLine(self): + def testAssertEqualSingleLine(self): sample_text = "laden swallows fly slowly" revised_sample_text = "unladen swallows fly quickly" sample_text_error = """\