Skip to content

Commit 77645eb

Browse files
committed
Merging
1 parent f94439b commit 77645eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/LongitudeOne/Spatial/Tests/PHP/Types/Geometry/PointTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public static function tooBigLongitudeProvider(): \Generator
100100
yield 'string(190°)' => ['190°'];
101101
}
102102

103-
/**
103+
/**
104104
* Test getType method.
105105
*/
106106
public function testGetType(): void
@@ -263,7 +263,7 @@ public function testSetLatitudeWithBigInteger(float|int|string $latitude): void
263263
#[DataProvider('tooBigLongitudeProvider')]
264264
public function testSetLongitudeWithBigInteger(float|int|string $longitude): void
265265
{
266-
$point = new GeometricPoint(10, 14);
266+
$point = new GeometricPoint(10, 10);
267267

268268
self::expectException(InvalidValueException::class);
269269
self::expectExceptionMessage(sprintf('Out of range longitude value, longitude must be between -180 and 180, got "%s".', $longitude));

0 commit comments

Comments
 (0)