Skip to content

Commit

Permalink
fix BotApiTest
Browse files Browse the repository at this point in the history
  • Loading branch information
iGusev committed Jun 30, 2024
1 parent c31be3e commit 21a6783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BotApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ private function createHttpClient()

private function createBotApi(HttpClientInterface $httpClient)
{
return new BotApi('token', null, $httpClient);
return new BotApi('token', $httpClient);
}
}

0 comments on commit 21a6783

Please sign in to comment.