diff --git a/tests/Repositories/BaseRepositoryTest.php b/tests/Repositories/BaseRepositoryTest.php index 9da5b21..621316b 100644 --- a/tests/Repositories/BaseRepositoryTest.php +++ b/tests/Repositories/BaseRepositoryTest.php @@ -438,7 +438,7 @@ Http::assertSentCount(1); }); - it('will call with string as resource type', function (){ + it('will call with string as resource type', function () { Http::preventStrayRequests(); Http::fake([ 'https://api.onoffice.de/api/stable/api.php/' => Http::response([ diff --git a/tests/Services/OnOfficeServiceTest.php b/tests/Services/OnOfficeServiceTest.php index cc286f6..890451d 100644 --- a/tests/Services/OnOfficeServiceTest.php +++ b/tests/Services/OnOfficeServiceTest.php @@ -338,7 +338,7 @@ ->toHaveCount(1); }); - it('can handle string resource type', function (){ + it('can handle string resource type', function () { Http::preventStrayRequests(); Http::fake([ '*' => Http::response([