diff options
Diffstat (limited to 'sources/pyside6/tests/Qt3DExtras/qt3dextras_test.py')
-rw-r--r-- | sources/pyside6/tests/Qt3DExtras/qt3dextras_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/Qt3DExtras/qt3dextras_test.py b/sources/pyside6/tests/Qt3DExtras/qt3dextras_test.py index 19fe1a9f0..8d5a95cfc 100644 --- a/sources/pyside6/tests/Qt3DExtras/qt3dextras_test.py +++ b/sources/pyside6/tests/Qt3DExtras/qt3dextras_test.py @@ -159,7 +159,7 @@ class Qt3DExtrasTestCase(UsesQGuiApplication): while not window.isExposed(): self.app.processEvents() QTimer.singleShot(2000, self.app.quit) - self.app.exec_() + self.app.exec() if __name__ == '__main__': |