mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo in test method name.
This commit is contained in:
parent
9996a7d21b
commit
d12290654a
1 changed files with 1 additions and 1 deletions
|
@ -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 = """\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue