Skip to content

Commit 652100f

Browse files
Update Lib/test/test_cmd.py
Co-authored-by: Petr Viktorin <[email protected]>
1 parent 4bb11a9 commit 652100f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def do_tab_completion_test(self, args):
286286

287287
output = run_pty(script, input)
288288

289-
self.assertIn(b'tab_completion_test', output)
289+
self.assertIn(b'ab_completion_test', output)
290290
self.assertIn(b'tab completion success', output)
291291

292292
def load_tests(loader, tests, pattern):

0 commit comments

Comments
 (0)