mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Revert wrong change in previous commit (issue #19085).
This commit is contained in:
commit
24f125871b
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ class EntryTest(AbstractWidgetTest, unittest.TestCase):
|
|||
if pixels_round(0.9) <= 0:
|
||||
self.checkParam(widget, 'insertwidth', 0.9, expected=2)
|
||||
else:
|
||||
self.checkParam(widget, 'insertwidth', 0.9)
|
||||
self.checkParam(widget, 'insertwidth', 0.9, expected=1)
|
||||
|
||||
def test_invalidcommand(self):
|
||||
widget = self.create()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue