Skip to content

Commit 3938c2f

Browse files
author
Matan Yadaev
committed
add assertion to whereNotWithin test
1 parent f255f0b commit 3938c2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SpatialBuilderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
->get();
246246

247247
expect($testPlacesNotWithinPolygon)->toHaveCount(1);
248+
expect($testPlacesNotWithinPolygon[0]->point)->toEqual($pointOutsidePolygon);
248249
});
249250

250251
it('filters by contains', function (): void {

0 commit comments

Comments
 (0)