From 9e75e12bc17697e6b6e6d2f2cb48db873d6aae94 Mon Sep 17 00:00:00 2001 From: kajetan-nobel Date: Thu, 28 Sep 2023 05:18:29 +0000 Subject: [PATCH] Fix styling --- tests/PlaygroundTest.php | 2 +- tests/Services/NotificationServiceTest.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/PlaygroundTest.php b/tests/PlaygroundTest.php index 8526670..a490d63 100644 --- a/tests/PlaygroundTest.php +++ b/tests/PlaygroundTest.php @@ -11,7 +11,7 @@ 'api_key' => env('IMOJE_API_KEY'), 'env' => env('IMOJE_ENV', Environment::SANDBOX->value), ]); -})->skip(fn () => !env('PLAYGROUND', 0), 'playground disabled'); +})->skip(fn () => ! env('PLAYGROUND', 0), 'playground disabled'); it('is for playground purposes', function (): void { /** @var Api $api */ diff --git a/tests/Services/NotificationServiceTest.php b/tests/Services/NotificationServiceTest.php index 1c2afa9..46307c9 100644 --- a/tests/Services/NotificationServiceTest.php +++ b/tests/Services/NotificationServiceTest.php @@ -35,4 +35,3 @@ function mockRequest(BaseDto $dto): Request $result = $this->service->resolve($request); expect($result)->toBeInstanceOf(OneClickNotificationDto::class); }); -