Skip to content

Commit 045e834

Browse files
Create test for mutable-content
1 parent 0e805ab commit 045e834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MessageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function testJsonEncodeHandlesDelayIdle()
135135

136136
public function testJsonEncodeHandlesMutableContent()
137137
{
138-
$body = '{"to":"\/topics\/testing","data":{"foo":"bar"},"priority":"high","mutable-content":true}';
138+
$body = '{"to":"\/topics\/testing","data":{"foo":"bar"},"priority":"high","mutable_content":true}';
139139
$this->fixture->setData(['foo' => 'bar'])
140140
->setMutableContent();
141141
$this->fixture->addRecipient(new Topic('testing'));

0 commit comments

Comments
 (0)