Fixed English in error message.
This commit is contained in:
parent
e130503c7b
commit
4b5367c46d
|
@ -130,7 +130,7 @@ class _BaseTestCaseContext:
|
|||
raise self.test_case.failureException(msg)
|
||||
|
||||
def _sentinel(*args, **kwargs):
|
||||
raise AssertionError('Should never called')
|
||||
raise AssertionError('Should never be called')
|
||||
|
||||
class _AssertRaisesBaseContext(_BaseTestCaseContext):
|
||||
|
||||
|
|
Loading…
Reference in New Issue