aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/bug_972.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_972.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_972.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_972.py b/sources/pyside6/tests/QtWidgets/bug_972.py
index 24f892f19..fe6662ee9 100644
--- a/sources/pyside6/tests/QtWidgets/bug_972.py
+++ b/sources/pyside6/tests/QtWidgets/bug_972.py
@@ -70,7 +70,7 @@ class TestBug972 (TimedQApplication):
view = QGraphicsView(scene)
view.show()
- self.app.exec_()
+ self.app.exec()
if __name__ == "__main__":