Skip to content

Commit 0b4a332

Browse files
committed
Fix
1 parent 220c067 commit 0b4a332

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Unit/TwilioChannelTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ public function it_will_not_send_a_message_if_not_enabled()
4646
'enabled' => false,
4747
]);
4848

49+
$this->dispatcher->shouldNotReceive('dispatch');
50+
4951
$result = $this->channel->send($notifiable, $notification);
5052

5153
$this->assertNull($result);

0 commit comments

Comments
 (0)