From fe7c43af6c9f7c4fb405a666c9cbe830bb5762bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Schmidt?= <upwli@student.kit.edu>
Date: Wed, 8 Dec 2021 14:44:33 +0000
Subject: [PATCH] Update tests/media/testMagneticField.cpp

---
 tests/media/testMagneticField.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/media/testMagneticField.cpp b/tests/media/testMagneticField.cpp
index 21e935d6c..8b3eed7cb 100644
--- a/tests/media/testMagneticField.cpp
+++ b/tests/media/testMagneticField.cpp
@@ -95,7 +95,7 @@ TEST_CASE("UniformMagneticField w/ Homogeneous Medium") {
   CHECK(Earth_B_2.getX(gCS) / 1_nT == Approx(39684.7));
   CHECK(Earth_B_2.getY(gCS) / 1_nT == Approx(-42.2));
   CHECK(Earth_B_2.getZ(gCS) / 1_nT == Approx(10809.5));
-  CHECK(Earth_B_3.getX(gCS) / 1_nT == Approx(6570.4));
-  CHECK(Earth_B_3.getY(gCS) / 1_nT == Approx(-146.3));
-  CHECK(Earth_B_3.getZ(gCS) / 1_nT == Approx(-54606));
+  CHECK(Earth_B_3.getX(gCS) / 1_nT == Approx(6261.8));
+  CHECK(Earth_B_3.getY(gCS) / 1_nT == Approx(-185.5));
+  CHECK(Earth_B_3.getZ(gCS) / 1_nT == Approx(-52429.1));
 }
-- 
GitLab