aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtScript
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtScript')
-rw-r--r--sources/pyside2/tests/QtScript/bug_1022.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtScript/bug_1022.py b/sources/pyside2/tests/QtScript/bug_1022.py
index d076b23aa..63866ec3c 100644
--- a/sources/pyside2/tests/QtScript/bug_1022.py
+++ b/sources/pyside2/tests/QtScript/bug_1022.py
@@ -32,7 +32,7 @@ from PySide2.QtCore import *
from PySide2.QtScript import *
class QScriptValueTest(unittest.TestCase):
- def testQScriptValue(self):
+ def testQScriptValue(self):
app = QCoreApplication([])
engine = QScriptEngine()
repr(engine.evaluate('1 + 1'))