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 7aff3b0 commit 9189023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtconsole/tests/test_00_console_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,9 @@ def test_print_carriage_return(self):

for text in test_inputs:
w._append_plain_text(text, before_prompt=True)
w._flush_pending_stream() # emulate text being flushed
#w._flush_pending_stream() # emulate text being flushed

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

# Print after prompt
Expand Down

0 comments on commit 9189023

Please sign in to comment.