We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e4208 commit 584971cCopy full SHA for 584971c
1 file changed
tests/Feature/Endpoints/ServicePointsTest.php
@@ -46,7 +46,7 @@ public function it_can_retrieve_service_points()
46
/** @test */
47
public function it_can_retrieve_service_points_with_country()
48
{
49
- $servicepoints = $this->client->servicePoints->setPostalcode('2000')->setHousenumber('1')->setCountry('BE')->get();
+ $servicepoints = $this->client->servicePoints->setPostalcode('10115')->setHousenumber('1')->setCountry('DE')->get();
50
51
$this->assertInstanceOf(Collection::class, $servicepoints);
52
$this->assertInstanceOf(ServicePointResource::class, $servicepoints->first());
0 commit comments