Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-nobel authored and github-actions[bot] committed Sep 28, 2023
1 parent d9e0dac commit 9e75e12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/PlaygroundTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion tests/Services/NotificationServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ function mockRequest(BaseDto $dto): Request
$result = $this->service->resolve($request);
expect($result)->toBeInstanceOf(OneClickNotificationDto::class);
});

0 comments on commit 9e75e12

Please sign in to comment.