diff --git a/tests/media/testMagneticField.cpp b/tests/media/testMagneticField.cpp index 21e935d6c244bb1b7e85b3c5d45404f56e17ec5d..8b3eed7cb4f92e1cc07875986950ee97dc2fc2a3 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)); }