Skip to content

Commit 21a6783

Browse files
committed
fix BotApiTest
1 parent c31be3e commit 21a6783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BotApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ private function createHttpClient()
143143

144144
private function createBotApi(HttpClientInterface $httpClient)
145145
{
146-
return new BotApi('token', null, $httpClient);
146+
return new BotApi('token', $httpClient);
147147
}
148148
}

0 commit comments

Comments
 (0)