diff options
| author | Kathryn Lingel <kathryn@lingel.net> | 2019-05-06 15:13:28 -0700 |
|---|---|---|
| committer | Kathryn Lingel <kathryn@lingel.net> | 2019-05-06 15:13:28 -0700 |
| commit | 33b5cff8db0915875d7c45c467bff3c77b7d9532 (patch) | |
| tree | 70f8c30e1ed03a16e9ecbbd9eae039bffd301022 /tests/cmdline | |
| parent | 77f177be9c52deea63de544701fa476239249dcd (diff) | |
Correct output expectation
Diffstat (limited to 'tests/cmdline')
| -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 f8c5fb45a..3e5fedccb 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 +from_bytes to_bytes[K[K >>> x.__class__ <class 'int'> >>> None.[K[K[K[K[K |
