aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtCore/bug_1019.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtCore/bug_1019.py')
-rw-r--r--sources/pyside6/tests/QtCore/bug_1019.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtCore/bug_1019.py b/sources/pyside6/tests/QtCore/bug_1019.py
index f3a37f42c..125951452 100644
--- a/sources/pyside6/tests/QtCore/bug_1019.py
+++ b/sources/pyside6/tests/QtCore/bug_1019.py
@@ -64,7 +64,7 @@ class TestBug1019 (unittest.TestCase):
app = QCoreApplication([])
t = MyTimer2()
QTimer.singleShot(0, t.start)
- app.exec_()
+ app.exec()
self.assertTrue(t.startCalled)