aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/qlayout_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/qlayout_test.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/qlayout_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/qlayout_test.py b/sources/pyside6/tests/QtWidgets/qlayout_test.py
index fa5e53e4f..4230470b7 100644
--- a/sources/pyside6/tests/QtWidgets/qlayout_test.py
+++ b/sources/pyside6/tests/QtWidgets/qlayout_test.py
@@ -141,7 +141,7 @@ class QLayoutTest(UsesQApplication):
w.setLayout(formLayout)
w.show()
QTimer.singleShot(10, w.close)
- self.app.exec_()
+ self.app.exec()
del w
self.assertRaises(RuntimeError, spacer.isEmpty)