Commit 7c934da0 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Revert wrong change in previous commit (issue #19085).

parent 8f9f5870
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment