We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7dba7 commit 724ba39Copy full SHA for 724ba39
1 file changed
tests/Messaging/Adapter/SMS/SMSTest.php
@@ -32,7 +32,7 @@ public function testSendSMS(): void
32
$this->assertEquals('POST', $smsRequest['method']);
33
$this->assertEquals('+987654321', $smsRequest['data']['from']);
34
$this->assertEquals('+123456789', $smsRequest['data']['to']);
35
- $this->assertEquals(9, $sender->getCountryCode($smsRequest['data']['from']));
+ $this->assertEquals(98, $sender->getCountryCode($smsRequest['data']['from']));
36
$this->assertEquals(1, $sender->getCountryCode($smsRequest['data']['to']));
37
}
38
0 commit comments