Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyounes committed Dec 19, 2023
1 parent f99c983 commit ad0c8c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use YouCan\Shop\Sdk\Client\HTTPAdapter\HTTPAdapter;
use YouCan\Shop\Sdk\Client\Response;

class FakeApiAdapter extends HTTPAdapter
class FakeAPIAdapter extends HTTPAdapter
{
private Response $fakeResponse;

Expand Down
2 changes: 1 addition & 1 deletion tests/API/FakeAPIService.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function __construct(Response $response)
{
$this->response = $response;

$this->httpAdapter = new FakeApiAdapter();
$this->httpAdapter = new FakeAPIAdapter();
$this->httpAdapter->setFakeResponse($response);
}

Expand Down

0 comments on commit ad0c8c9

Please sign in to comment.