We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3eeaf commit 1db5a47Copy full SHA for 1db5a47
1 file changed
tests/DataTypes/SMSTest.php
@@ -23,7 +23,7 @@ public function test_it_generate_a_proper_format_with_a_message()
23
{
24
$this->sms->create([null, 'foo']);
25
26
- $properFormat = 'sms::foo';
+ $properFormat = 'sms:&body=foo';
27
28
$this->assertEquals($properFormat, strval($this->sms));
29
}
0 commit comments