diff --git a/spec/Api/WebClientSpec.php b/spec/Api/WebClientSpec.php index 8f34c8c..13bb0a0 100644 --- a/spec/Api/WebClientSpec.php +++ b/spec/Api/WebClientSpec.php @@ -24,9 +24,13 @@ final class WebClientSpec extends ObjectBehavior const POINT_NAME = 'AAA666'; + const LABEL_TYPE = 'normal'; + + const PARCEL_TEMPLATE = 'large'; + function let(Client $client): void { - $this->beConstructedWith($client); + $this->beConstructedWith($client, self::LABEL_TYPE, self::PARCEL_TEMPLATE); } function it_is_initializable(): void