Skip to content

Commit 014daf5

Browse files
authored
Apply fixes from StyleCI (#79)
1 parent b882d9a commit 014daf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/TelegramDriverTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ public function it_can_reply_message_objects_with_location()
14611461
$driver->sendPayload($driver->buildServicePayload(\BotMan\BotMan\Messages\Outgoing\OutgoingMessage::create('Test', new Location('123', '321')), $message));
14621462
}
14631463

1464-
/** @test */
1464+
/** @test */
14651465
public function it_can_reply_message_objects_with_contact()
14661466
{
14671467
$responseData = [
@@ -1487,8 +1487,8 @@ public function it_can_reply_message_objects_with_contact()
14871487
'phone_number' => '0775269856',
14881488
'first_name' => 'Daniele',
14891489
'first_name' => 'Rapisarda',
1490-
'user_id' => '123',
1491-
'caption' => 'Test',
1490+
'user_id' => '123',
1491+
'caption' => 'Test',
14921492
]);
14931493

14941494
$request = m::mock(\Symfony\Component\HttpFoundation\Request::class.'[getContent]');

0 commit comments

Comments
 (0)