summaryrefslogtreecommitdiff
path: root/tests/cmdline
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-09-07 07:11:23 -0500
committerJeff Epler <jepler@gmail.com>2020-09-07 07:11:23 -0500
commit7d58cdb12c001f5a4a0fdf2fc0d1e8c1d4029045 (patch)
treed65e046cba8007d068106945ce73f6aafc862a96 /tests/cmdline
parent73858ea682da98d1b4e153c2f0254a9956e975aa (diff)
update expected result with new method
Diffstat (limited to 'tests/cmdline')
-rw-r--r--tests/cmdline/repl_autocomplete.py.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmdline/repl_autocomplete.py.exp b/tests/cmdline/repl_autocomplete.py.exp
index 7d160e7bf..0dabc9014 100644
--- a/tests/cmdline/repl_autocomplete.py.exp
+++ b/tests/cmdline/repl_autocomplete.py.exp
@@ -12,7 +12,7 @@ Use \.\+
'abc'
>>> x = 5
>>> x.
-from_bytes to_bytes
+bit_length from_bytes to_bytes
>>> x.
>>> x.__class__
<class 'int'>