diff --git a/tests/GeometryEngineTest.php b/tests/GeometryEngineTest.php index 863dc10..0d70a27 100644 --- a/tests/GeometryEngineTest.php +++ b/tests/GeometryEngineTest.php @@ -1125,7 +1125,7 @@ public function testMaxDistance(string $geometry1, string $geometry2, float $max { $geometryEngine = $this->getGeometryEngine(); - if ($this->isGEOS() || $this->isMySQL() || $this->isMariaDB() || $this->isSpatiaLite()) { + if ($this->isGEOS() || $this->isMySQL() || $this->isMariaDB()) { $this->expectException(GeometryEngineException::class); }