Skip to content

Commit

Permalink
Adds blank line.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Aug 18, 2017
1 parent 4814199 commit 31369ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/widgets/tests/test_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def editor_cells_bot(base_editor_bot):
#-------------------------------

def test_find_number_matches(qtbot):

"""Test for number matches in find/replace."""
editor_stack, editor = setup_editor(qtbot)
editor_stack.find_widget.case_button.setChecked(True)
Expand All @@ -106,6 +105,7 @@ def test_find_number_matches(qtbot):
editor_text = editor_stack.find_widget.number_matches_text.text()
assert editor_text == 'no matches'


def test_move_current_line_up(editor_bot):
editor_stack, editor, qtbot = editor_bot

Expand Down

0 comments on commit 31369ff

Please sign in to comment.