Skip to content

Commit f5e713b

Browse files
linting fix
1 parent b1aa73a commit f5e713b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/Adapter/Scopes/SpatialTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ public function testSpatialQueryCombinations(): void
14871487
], Database::PERMISSION_READ);
14881488
$this->assertCount(3, $notFarFromCentral); // All parks should be within 0.2 degrees
14891489

1490-
// Test notDistanceLessThan: parks NOT close to Central Park (should find those beyond the threshold)
1490+
// Test notDistanceLessThan: parks NOT close to Central Park (should find those beyond the threshold)
14911491
$notCloseToCentral = $database->find($collectionName, [
14921492
Query::notDistanceLessThan('location', [[[40.7829, -73.9654], 0.001]]) // NOT less than 0.001 degrees
14931493
], Database::PERMISSION_READ);

0 commit comments

Comments
 (0)