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 57f08a6 commit 5bfdc3eCopy full SHA for 5bfdc3e
1 file changed
Lib/test/test_traceback.py
@@ -4186,7 +4186,7 @@ class CaseChangeOverSubstitution:
4186
(CaseChangeOverSubstitution, "'.BLuch'"),
4187
]:
4188
actual = self.get_suggestion(cls(), 'bluch')
4189
- self.assertIn(suggestion, actual)
+ self.assertIn('Did you mean ' + suggestion, actual)
4190
4191
def test_suggestions_underscored(self):
4192
class A:
0 commit comments