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 4bb11a9 commit 652100fCopy full SHA for 652100f
Lib/test/test_cmd.py
@@ -286,7 +286,7 @@ def do_tab_completion_test(self, args):
286
287
output = run_pty(script, input)
288
289
- self.assertIn(b'tab_completion_test', output)
+ self.assertIn(b'ab_completion_test', output)
290
self.assertIn(b'tab completion success', output)
291
292
def load_tests(loader, tests, pattern):
0 commit comments