diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-09-07 07:11:23 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-09-07 07:11:23 -0500 |
| commit | 7d58cdb12c001f5a4a0fdf2fc0d1e8c1d4029045 (patch) | |
| tree | d65e046cba8007d068106945ce73f6aafc862a96 | |
| parent | 73858ea682da98d1b4e153c2f0254a9956e975aa (diff) | |
update expected result with new method
| -rw-r--r-- | tests/cmdline/repl_autocomplete.py.exp | 2 |
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.[K[K >>> x.__class__ <class 'int'> |
