aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtQml/bug_997.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtQml/bug_997.py')
-rw-r--r--sources/pyside6/tests/QtQml/bug_997.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtQml/bug_997.py b/sources/pyside6/tests/QtQml/bug_997.py
index 18fbfcb63..44c2a7ade 100644
--- a/sources/pyside6/tests/QtQml/bug_997.py
+++ b/sources/pyside6/tests/QtQml/bug_997.py
@@ -58,7 +58,7 @@ class TestBug(UsesQApplication):
self.assertTrue(view.rootObject(), quickview_errorstring(view))
view.show()
QTimer.singleShot(1000, self.app.quit)
- self.app.exec_()
+ self.app.exec()
self.assertEqual(ownerData.value('newName'), ownerData.value('name'))