Skip to content

Commit 30cb65a

Browse files
author
Matan Yadaev
committed
lint fix
1 parent a335a19 commit 30cb65a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/SpatialBuilderTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@
429429
expect($result)->toBe('POINT(longitude, latitude)');
430430
});
431431

432-
433432
it('toExpressionString can handle Geometry', function (): void {
434433
$polygon = Polygon::fromJson('{"type":"Polygon","coordinates":[[[-1,-1],[1,-1],[1,1],[-1,1],[-1,-1]]]}');
435434

@@ -444,7 +443,6 @@
444443
expect($result)->toBe($sqlSerializedPolygon);
445444
});
446445

447-
448446
it('toExpressionString can handle string', function (): void {
449447
$spatialBuilder = TestPlace::query();
450448
$toExpressionStringMethod = (new ReflectionClass($spatialBuilder))->getMethod('toExpressionString');

0 commit comments

Comments
 (0)