aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtStateMachine/qstatemachine_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtStateMachine/qstatemachine_test.py')
-rw-r--r--sources/pyside6/tests/QtStateMachine/qstatemachine_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pyside6/tests/QtStateMachine/qstatemachine_test.py b/sources/pyside6/tests/QtStateMachine/qstatemachine_test.py
index 751743027..71cfb558f 100644
--- a/sources/pyside6/tests/QtStateMachine/qstatemachine_test.py
+++ b/sources/pyside6/tests/QtStateMachine/qstatemachine_test.py
@@ -67,7 +67,7 @@ class QStateMachineTest(UsesQCoreApplication):
self.machine.start()
QTimer.singleShot(100, self.app.quit)
- self.app.exec_()
+ self.app.exec()
class QSetConverterTest(UsesQCoreApplication):
@@ -82,7 +82,7 @@ class QSetConverterTest(UsesQCoreApplication):
machine.start()
QTimer.singleShot(100, self.app.quit)
- self.app.exec_()
+ self.app.exec()
configuration = machine.configuration()