Skip to content

Commit

Permalink
fixTests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Sep 2, 2024
1 parent 46aa854 commit 7aff3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/tests/test_00_console_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def test_print_carriage_return(self):
w._append_plain_text(text, before_prompt=True)
w._flush_pending_stream() # emulate text being flushed

self.assert_text_equal(w._get_cursor(),
self.assert_text_equal(w._get_line_start_cursor(),
"Hello\u20290123456789\u2029\u2029prompt>")

# Print after prompt
Expand Down

0 comments on commit 7aff3b0

Please sign in to comment.