Skip to content

Commit 584971c

Browse files
committed
Update test
1 parent 71e4208 commit 584971c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Feature/Endpoints/ServicePointsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function it_can_retrieve_service_points()
4646
/** @test */
4747
public function it_can_retrieve_service_points_with_country()
4848
{
49-
$servicepoints = $this->client->servicePoints->setPostalcode('2000')->setHousenumber('1')->setCountry('BE')->get();
49+
$servicepoints = $this->client->servicePoints->setPostalcode('10115')->setHousenumber('1')->setCountry('DE')->get();
5050

5151
$this->assertInstanceOf(Collection::class, $servicepoints);
5252
$this->assertInstanceOf(ServicePointResource::class, $servicepoints->first());

0 commit comments

Comments
 (0)