We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b3a9b commit 714df3cCopy full SHA for 714df3c
ext_tests.py
@@ -65,7 +65,7 @@ def _test(self, test):
65
raise Exception(test.get('comment', '')) from jpe
66
67
# if there is no 'expected' we only verify that applying the patch
68
- # does not raies an exception
+ # does not raise an exception
69
if 'expected' in test:
70
self.assertEquals(res, test['expected'], test.get('comment', ''))
71
0 commit comments