Skip to content

Commit

Permalink
test: fixed last failing unit test due to outdated placeIDs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Breu committed Feb 22, 2024
1 parent 4b3e511 commit e1b3120
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ protected function setUp(): void
public function testProcessWithPlaceIds()
{
$request = new DistanceMatrixRequest(
[new PlaceIdLocation('ChIJtdVv8-Fv5kcRV7t53Y2Ao3c')],
[new PlaceIdLocation('ChIJC_jkvdJv5kcRNX4NW3iuID8')]
[new PlaceIdLocation('ChIJAVkDPzdOqEcRcDteW0YgIQQ')],
[new PlaceIdLocation('ChIJGaK-SZcLkEcRA9wf5_GNbuY')]
);

$response = $this->service->process($request);
Expand Down

0 comments on commit e1b3120

Please sign in to comment.