diff --git a/tests/CoordinateOperation/AutoConversionTest.php b/tests/CoordinateOperation/AutoConversionTest.php index c0b638439..ce9571920 100644 --- a/tests/CoordinateOperation/AutoConversionTest.php +++ b/tests/CoordinateOperation/AutoConversionTest.php @@ -266,8 +266,8 @@ public function testNAD27ToNAD83Canada(): void self::assertEqualsWithDelta(50.871401224, $to->getLatitude()->asDegrees()->getValue(), 0.00000001); self::assertEqualsWithDelta(-114.294481160, $to->getLongitude()->asDegrees()->getValue(), 0.00000001); } else { - self::assertEqualsWithDelta(50.871326856, $to->getLatitude()->asDegrees()->getValue(), 0.00000001); - self::assertEqualsWithDelta(-114.29451650, $to->getLongitude()->asDegrees()->getValue(), 0.00000001); + self::assertEqualsWithDelta(50.871338980, $to->getLatitude()->asDegrees()->getValue(), 0.00000001); + self::assertEqualsWithDelta(-114.29435830, $to->getLongitude()->asDegrees()->getValue(), 0.00000001); } } }