diff --git a/tests/GeoTest.php b/tests/GeoTest.php index d487c908..8d2ce67d 100644 --- a/tests/GeoTest.php +++ b/tests/GeoTest.php @@ -50,6 +50,6 @@ class GeoTest extends TestCase $route_str = 'KAUS SID '.implode(' ', $route).' STAR KJFK'; $coords = $geoSvc->getCoordsFromRoute('KAUS', 'KJFK', [0, 0], $route_str); - $this->assertEquals(5, \count($coords)); + $this->assertCount(5, $coords); } }