diff --git a/tests/RdapTest.php b/tests/RdapTest.php index 4de598d..2420cc5 100644 --- a/tests/RdapTest.php +++ b/tests/RdapTest.php @@ -20,6 +20,6 @@ expect($response)->toBeNull(); }); -it('will throw an exception for a non-supported domain', function() { +it('will throw an exception for a non-supported domain', function () { $this->rdap->domain('flareapp.io'); })->throws(CouldNotFindRdapServer::class);