Skip to content

Commit

Permalink
Fix tests on Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Oct 28, 2023
1 parent f8b58bc commit be3ba6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_tkinter/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ def test_unbind2(self):
f = self.frame
f.focus_set()
f.wait_visibility()
f.update_idletasks()
event = '<Control-Alt-Key-c>'
self.assertEqual(f.bind(), ())
self.assertEqual(f.bind(event), '')
Expand Down

0 comments on commit be3ba6a

Please sign in to comment.