summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathryn Lingel <kathryn@lingel.net>2019-05-06 15:13:28 -0700
committerKathryn Lingel <kathryn@lingel.net>2019-05-06 15:13:28 -0700
commit33b5cff8db0915875d7c45c467bff3c77b7d9532 (patch)
tree70f8c30e1ed03a16e9ecbbd9eae039bffd301022
parent77f177be9c52deea63de544701fa476239249dcd (diff)
Correct output expectation
-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 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
>>> x.__class__
<class 'int'>
>>> None.