From 2bb073ea758765cdec709c746c4a8fcc8c9272ca Mon Sep 17 00:00:00 2001
From: abhishek-0802 <32932358+abhishek-0802@users.noreply.github.com>
Date: Tue, 15 Jan 2019 12:14:56 +0100
Subject: [PATCH] Unittest in testeular

---
 navipy/maths/test_euler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/navipy/maths/test_euler.py b/navipy/maths/test_euler.py
index 1fa1c25..54c8ef3 100644
--- a/navipy/maths/test_euler.py
+++ b/navipy/maths/test_euler.py
@@ -114,7 +114,7 @@ class TestEuler(unittest.TestCase):
         for a, b, c, d, e, f, g in [(None, 2, 6, 8, 7, 8, 'xyz'),
                                     (9.0, 'er', 2, 3, 3, 5, 'xyz'),
                                     (5.0, 4.0, None, 8.0, 8.0, 4.0, 'xyz'),
-                                    (np.nan, 8.0, 7.0, '0', 6.0, 9.0, 'xyz'),
+                                    (np.nan, 8.0, 7.0, '0', 6.0, None, 'xyz'),
                                     (4.0, 2.0, 1.0, 3.0, 'w', 2.0, 'xyz'),
                                     (1.0, 2.0, 3.0, 4.0, None, 4, 'xyz')]:
             with self.assertRaises(TypeError):
-- 
GitLab