From 33b5cff8db0915875d7c45c467bff3c77b7d9532 Mon Sep 17 00:00:00 2001 From: Kathryn Lingel Date: Mon, 6 May 2019 15:13:28 -0700 Subject: Correct output expectation --- tests/cmdline/repl_autocomplete.py.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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__ >>> None. -- cgit v1.2.3