aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtGui/timed_app_and_patching_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtGui/timed_app_and_patching_test.py')
-rw-r--r--sources/pyside6/tests/QtGui/timed_app_and_patching_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtGui/timed_app_and_patching_test.py b/sources/pyside6/tests/QtGui/timed_app_and_patching_test.py
index 4dcdea57b..74a2ed58e 100644
--- a/sources/pyside6/tests/QtGui/timed_app_and_patching_test.py
+++ b/sources/pyside6/tests/QtGui/timed_app_and_patching_test.py
@@ -46,7 +46,7 @@ class TestTimedApp(TimedQApplication):
def testFoo(self):
# Simple test of TimedQApplication
- self.app.exec_()
+ self.app.exec()
def fix_for_QtGui(QtGui):