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

Skip to content

Commit 7c934da

Browse files
Revert wrong change in previous commit (issue #19085).
1 parent 8f9f587 commit 7c934da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/tkinter/test/test_tkinter/test_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def test_insertwidth(self):
337337
if pixels_round(0.9) <= 0:
338338
self.checkParam(widget, 'insertwidth', 0.9, expected=2)
339339
else:
340-
self.checkParam(widget, 'insertwidth', 0.9)
340+
self.checkParam(widget, 'insertwidth', 0.9, expected=1)
341341

342342
def test_invalidcommand(self):
343343
widget = self.create()

0 commit comments

Comments
 (0)