aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtCharts/qcharts_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtCharts/qcharts_test.py')
-rw-r--r--sources/pyside6/tests/QtCharts/qcharts_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtCharts/qcharts_test.py b/sources/pyside6/tests/QtCharts/qcharts_test.py
index 07e33218a..2858bf296 100644
--- a/sources/pyside6/tests/QtCharts/qcharts_test.py
+++ b/sources/pyside6/tests/QtCharts/qcharts_test.py
@@ -65,7 +65,7 @@ class QChartsTestCase(UsesQApplication):
chartView.resize(screenSize / 2)
chartView.show()
QTimer.singleShot(500, self.app.quit)
- self.app.exec_()
+ self.app.exec()
if __name__ == '__main__':