Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a86d26c

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)