Skip to content

Commit 480f002

Browse files
authored
Update test_widgets.py
1 parent ef667a3 commit 480f002

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/tests/test_widgets.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,13 +347,12 @@ def test_TextBox():
347347

348348
assert tool.text == ''
349349
assert text_change_event.call_count == 1
350-
350+
351351
do_event(tool, '_click')
352-
353352
tool.set_val('x**2')
354353
tool.begin_typing(tool.text)
355354
tool.stop_typing()
356-
355+
357356
assert submit_event.call_count == 3
358357

359358
do_event(tool, '_click')

0 commit comments

Comments
 (0)