Skip to content

Commit 4b9a328

Browse files
new global in pypy, sequenceiterator
1 parent 0f92c18 commit 4b9a328

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bpython/test/test_curtsies_painting.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,18 @@ def test_run_line(self):
8989

9090
def test_completion(self):
9191
self.repl.height, self.repl.width = (5, 32)
92-
self.repl.current_line = 'se'
92+
self.repl.current_line = 'an'
9393
self.cursor_offset = 2
9494
if config.supports_box_chars():
95-
screen = ['>>> se',
95+
screen = ['>>> an',
9696
'┌───────────────────────┐',
97-
'│ set( setattr( │',
97+
'│ and any( │',
9898
'└───────────────────────┘',
9999
'Welcome to bpython! Press <F1> f']
100100
else:
101-
screen = ['>>> se',
101+
screen = ['>>> an',
102102
'+-----------------------+',
103-
'| set( setattr( |',
103+
'| and any( |',
104104
'+-----------------------+',
105105
'Welcome to bpython! Press <F1> f']
106106
self.assert_paint_ignoring_formatting(screen, (0, 4))

0 commit comments

Comments
 (0)