mirror of https://github.com/python/cpython
Revert wrong change in previous commit (issue #19085).
This commit is contained in:
parent
8f9f5870d3
commit
7c934da0ff
|
@ -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…
Reference in New Issue