aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtTest/touchevent_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtTest/touchevent_test.py')
-rw-r--r--sources/pyside6/tests/QtTest/touchevent_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtTest/touchevent_test.py b/sources/pyside6/tests/QtTest/touchevent_test.py
index 1cf127909..f6e264601 100644
--- a/sources/pyside6/tests/QtTest/touchevent_test.py
+++ b/sources/pyside6/tests/QtTest/touchevent_test.py
@@ -74,7 +74,7 @@ class TouchEventTest(UsesQApplication):
def testCreateEvent(self):
w = MyWidget()
w.show()
- self.app.exec_()
+ self.app.exec()
# same values as C++
self.assertEqual(w._sequence.count(QEvent.Type.TouchBegin), 2)
self.assertEqual(w._sequence.count(QEvent.Type.TouchUpdate), 2)