]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in test method name.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 18 Apr 2014 15:08:47 +0000 (16:08 +0100)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 18 Apr 2014 15:08:47 +0000 (16:08 +0100)
Lib/unittest/test/test_case.py

index 49325784d2db4876cfcb88b728f80bd49007d086..aae7ec3fa5c0662b11394687777f03b5a76006ac 100644 (file)
@@ -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 = """\