Skip to content

Commit 1db5a47

Browse files
authored
Update SMSTest.php
1 parent 9f3eeaf commit 1db5a47

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
@@ -23,7 +23,7 @@ public function test_it_generate_a_proper_format_with_a_message()
2323
{
2424
$this->sms->create([null, 'foo']);
2525

26-
$properFormat = 'sms::foo';
26+
$properFormat = 'sms:&body=foo';
2727

2828
$this->assertEquals($properFormat, strval($this->sms));
2929
}

0 commit comments

Comments
 (0)