diff --git a/tests/Responses/DomainResponseTest.php b/tests/Responses/DomainResponseTest.php index ba4211c..bef7e1c 100644 --- a/tests/Responses/DomainResponseTest.php +++ b/tests/Responses/DomainResponseTest.php @@ -44,7 +44,7 @@ expect($this->domainResponse->get('links.0.value'))->toBe('https://rdap.verisign.com/com/v1/domain/GOOGLE.COM'); }); -it('can determine that a domain has a given status', function() { +it('can determine that a domain has a given status', function () { expect($this->domainResponse->hasStatus(DomainStatus::ClientTransferProhibited))->toBeTrue(); expect($this->domainResponse->hasStatus('some unknown status'))->toBeFalse(); });