aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/bug_879.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_879.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_879.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_879.py b/sources/pyside6/tests/QtWidgets/bug_879.py
index 8a7b4b184..435cc4190 100644
--- a/sources/pyside6/tests/QtWidgets/bug_879.py
+++ b/sources/pyside6/tests/QtWidgets/bug_879.py
@@ -55,7 +55,7 @@ class TestBug879 (unittest.TestCase):
QTimer.singleShot(0, self.sendKbdEvent)
QTimer.singleShot(100, app.quit)
- app.exec_()
+ app.exec()
self.assertEqual(self.box.text(), '0')