diff --git a/tests/Engine/Math/Sphere.cpp b/tests/Engine/Math/Sphere.cpp index 869987d25..a6f23236d 100644 --- a/tests/Engine/Math/Sphere.cpp +++ b/tests/Engine/Math/Sphere.cpp @@ -84,7 +84,7 @@ SCENARIO("Sphere", "[MATH][SPHERE]") THEN("Sphere must contain it and distance should be good") { CHECK(firstCenterAndUnit.Contains(point)); - CHECK(firstCenterAndUnit.Distance(point) == Approx(1.f)); + CHECK(firstCenterAndUnit.Distance(point) == Approx(0.f)); } }