Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed Jun 9, 2024
1 parent ef8f0b8 commit 528dd23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/AuthenticatesRequestsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

use GuzzleHttp\RequestOptions;
use Saloon\Exceptions\SaloonException;
use Saloon\Http\Auth\MultiAuthenticator;
use Saloon\Http\Auth\NullAuthenticator;
use Saloon\Http\Auth\MultiAuthenticator;
use Saloon\Http\Auth\TokenAuthenticator;
use Saloon\Http\Auth\HeaderAuthenticator;
use Saloon\Tests\Fixtures\Connectors\DefaultAuthenticatorConnector;
use Saloon\Tests\Fixtures\Requests\UserRequest;
use Saloon\Tests\Fixtures\Connectors\ArraySenderConnector;
use Saloon\Tests\Fixtures\Connectors\DefaultAuthenticatorConnector;

test('you can add basic auth to a request', function () {
$request = new UserRequest;
Expand Down

0 comments on commit 528dd23

Please sign in to comment.