Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
RabiyaF committed Apr 25, 2024
1 parent 4592cdd commit 80f997b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_eventhandler_variable_update(fig: Figure) -> None:
assert fig._esc_pressed

assert not fig._close_clicked
plt.close(fig._fig)
fig._close('test')
assert fig._close_clicked


Expand Down

0 comments on commit 80f997b

Please sign in to comment.