Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed Mar 2, 2024
1 parent b029396 commit 5d7c68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Notifier/TelegramNotifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TelegramNotifierTest extends TestCase
{
public function testNotify(): void
{
$mockBotApi = $this->getMockBuilder(BotApi::class)->setConstructorArgs(['fake-api-key'])->getMock();
$mockBotApi = $this->getMockBuilder(BotApi::class)->setConstructorArgs(['fake-token'])->getMock();
$mockBotApi
->expects($this->once())
->method('sendMessage')
Expand Down

0 comments on commit 5d7c68d

Please sign in to comment.