Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Jun 2, 2022
1 parent 8a0ced7 commit bc44496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Responses/DomainResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

0 comments on commit bc44496

Please sign in to comment.