File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,18 +89,18 @@ def test_run_line(self):
89
89
90
90
def test_completion (self ):
91
91
self .repl .height , self .repl .width = (5 , 32 )
92
- self .repl .current_line = 'se '
92
+ self .repl .current_line = 'an '
93
93
self .cursor_offset = 2
94
94
if config .supports_box_chars ():
95
- screen = ['>>> se ' ,
95
+ screen = ['>>> an ' ,
96
96
'┌───────────────────────┐' ,
97
- '│ set ( setattr( │' ,
97
+ '│ and any ( │' ,
98
98
'└───────────────────────┘' ,
99
99
'Welcome to bpython! Press <F1> f' ]
100
100
else :
101
- screen = ['>>> se ' ,
101
+ screen = ['>>> an ' ,
102
102
'+-----------------------+' ,
103
- '| set ( setattr( |' ,
103
+ '| and any ( |' ,
104
104
'+-----------------------+' ,
105
105
'Welcome to bpython! Press <F1> f' ]
106
106
self .assert_paint_ignoring_formatting (screen , (0 , 4 ))
You can’t perform that action at this time.
0 commit comments