Skip to content

Commit

Permalink
Update geocoding test assertions
Browse files Browse the repository at this point in the history
andrewmile committed Mar 14, 2024
1 parent aef97de commit e462707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/GeocoderTest.php
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ function geocoding_an_address()

$coordinates = $geocoder->geocode('1600 Pennsylvania Ave Washington, DC');

$this->assertEquals('38.8976633', $coordinates->getLatitude());
$this->assertEquals('-77.0365739', $coordinates->getLongitude());
$this->assertEquals('38.8976801', $coordinates->getLatitude());
$this->assertEquals('-77.0363304', $coordinates->getLongitude());
}

/** @test */

0 comments on commit e462707

Please sign in to comment.