summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Wrappers/Python/test/test_Operator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/test/test_Operator.py b/Wrappers/Python/test/test_Operator.py
index fdc7db8..0d6cb8b 100644
--- a/Wrappers/Python/test/test_Operator.py
+++ b/Wrappers/Python/test/test_Operator.py
@@ -416,7 +416,7 @@ class TestBlockOperator(unittest.TestCase):
i += 1
print ("Time difference ", t1,t2)
- #self.assertGreater(t1,t2)
+ self.assertGreater(t1,t2)
def test_BlockOperatorLinearValidity(self):