From 1eabf195704742d07b619a5808ad4abbded5cc51 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Mon, 3 Aug 2020 11:32:27 -0400 Subject: [PATCH] Revert "[jenkins] inject test failure to test email" This reverts commit ff8124ea24cc75146f048d1f81bb489426e12d1a. --- test/python/Basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/python/Basic.py b/test/python/Basic.py index 4c90ad13..9ff46e2d 100644 --- a/test/python/Basic.py +++ b/test/python/Basic.py @@ -14,7 +14,7 @@ class test_toto(unittest.TestCase): b=Toto(2) c=a+b - self.assertEqual(c, a) + self.assertEqual(c, b) def test_h5(self):