Skip to content

Commit 724ba39

Browse files
Update tests/Messaging/Adapter/SMS/SMSTest.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
1 parent 3b7dba7 commit 724ba39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Messaging/Adapter/SMS/SMSTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testSendSMS(): void
3232
$this->assertEquals('POST', $smsRequest['method']);
3333
$this->assertEquals('+987654321', $smsRequest['data']['from']);
3434
$this->assertEquals('+123456789', $smsRequest['data']['to']);
35-
$this->assertEquals(9, $sender->getCountryCode($smsRequest['data']['from']));
35+
$this->assertEquals(98, $sender->getCountryCode($smsRequest['data']['from']));
3636
$this->assertEquals(1, $sender->getCountryCode($smsRequest['data']['to']));
3737
}
3838
}

0 commit comments

Comments
 (0)