From 9376d8aa6be1cab2343a98b5b7b4b4263c994860 Mon Sep 17 00:00:00 2001 From: Konstantin Auffinger Date: Wed, 6 Nov 2024 13:10:50 +0100 Subject: [PATCH] chore: formatting --- tests/Repositories/BaseRepositoryTest.php | 2 +- tests/Services/OnOfficeServiceTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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([