mirror of
https://github.com/python/cpython.git
synced 2025-12-09 10:37:17 +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.
|
# so can't use assertEqual either. Just use assertTrue.
|
||||||
self.assertTrue(sample_text_error == error)
|
self.assertTrue(sample_text_error == error)
|
||||||
|
|
||||||
def testAsertEqualSingleLine(self):
|
def testAssertEqualSingleLine(self):
|
||||||
sample_text = "laden swallows fly slowly"
|
sample_text = "laden swallows fly slowly"
|
||||||
revised_sample_text = "unladen swallows fly quickly"
|
revised_sample_text = "unladen swallows fly quickly"
|
||||||
sample_text_error = """\
|
sample_text_error = """\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue