From ff8124ea24cc75146f048d1f81bb489426e12d1a Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Mon, 3 Aug 2020 11:25:11 -0400 Subject: [PATCH] [jenkins] inject test failure to test email --- 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 9ff46e2d..4c90ad13 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, b) + self.assertEqual(c, a) def test_h5(self):