Skip to content

Commit 7d06ca4

Browse files
authored
Update SMSTest.php
1 parent 1db5a47 commit 7d06ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DataTypes/SMSTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function test_it_generates_a_proper_format_with_a_phone_number_and_messag
3232
{
3333
$this->sms->create(['555-555-5555', 'foo']);
3434

35-
$properFormat = 'sms:555-555-5555:foo';
35+
$properFormat = 'sms:555-555-5555&body=foo';
3636

3737
$this->assertEquals($properFormat, strval($this->sms));
3838
}

0 commit comments

Comments
 (0)