Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jun 23, 2021
1 parent c8bc9d5 commit 1582f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CoordinateOperation/AutoConversionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}

0 comments on commit 1582f8e

Please sign in to comment.