Skip to content

Commit a86d26c

Browse files
authored
Update test_widgets.py
1 parent bd9ee5e commit a86d26c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_widgets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ def test_TextBox():
349349

350350
tool.set_val('x**2')
351351

352+
assert tool.text == 'x**2'
352353
assert text_change_event.call_count == 1
353354

354355
tool.begin_typing(tool.text)

0 commit comments

Comments
 (0)