Commit 4b5367c4 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fixed English in error message.

parent e130503c
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment