Skip to content

Commit ebb7d40

Browse files
committed
Fix Window tests: re-definition was hiding an earlier test.
1 parent 3b374a6 commit ebb7d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def test_unbind_direct_key_unknown_raises_ValueError(self):
429429
self.w.unbind_direct_key('b')
430430

431431

432-
def test_unbind_default_works_with_no_bindings(self):
432+
def test_unbind_direct_key_default_works_with_no_bindings(self):
433433

434434
self.w.unbind_direct_key()
435435
self.w._tk_window.unbind.assert_not_called()

0 commit comments

Comments
 (0)