Explorar o código

ctkAbstractPythonManagerTest: Fix typo

Jean-Christophe Fillion-Robin %!s(int64=10) %!d(string=hai) anos
pai
achega
a3f57657e4

+ 1 - 1
Libs/Scripting/Python/Core/Testing/Cpp/ctkAbstractPythonManagerTest.cpp

@@ -112,7 +112,7 @@ void ctkAbstractPythonManagerTester::testPythonErrorOccured_data()
 
   QTest::newRow("0") << QString("2 + 2") << false;
 
-  QTest::newRow("1") << QString("raise Exception('This is exception is expected')") << true;
+  QTest::newRow("1") << QString("raise Exception('This exception is expected')") << true;
 }
 
 // ----------------------------------------------------------------------------