Skip to content

Commit

Permalink
Update test/gui/test_tabs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Dastous <[email protected]>
  • Loading branch information
4rnaudB and po09i authored Jan 17, 2024
1 parent bfb819e commit c00bc83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/gui/test_tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ def set_checkbox(checkbox_widget):
checkbox_widget.SetValue(True)
wx.PostEvent(checkbox_widget.GetEventHandler(), wx.CommandEvent(wx.EVT_CHECKBOX.typeId, checkbox_widget.GetId()))
realYield()
return True
return True

0 comments on commit c00bc83

Please sign in to comment.