Skip to content

Commit 9def303

Browse files
fix broken test that broke the build
1 parent 2a0223b commit 9def303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/test/test_curtsies_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_get_last_word(self):
6060
self.assertEqual(self.repl.current_line,'abcde3')
6161

6262
@skip # this is the behavior of bash - not currently implemented
63-
def test_get_last_word_with_prev_line
63+
def test_get_last_word_with_prev_line(self):
6464
self.repl.rl_history.entries=['1','2 3','4 5 6']
6565
self.repl._set_current_line('abcde')
6666
self.repl.up_one_line()

0 commit comments

Comments
 (0)