Fix tests
This commit is contained in:
@@ -68,7 +68,7 @@ return [
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'New Schedule Created!.'
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
|
||||
@@ -40,7 +40,7 @@ class ComponentStatusWasUpdatedEventTest extends AbstractComponentEventTestCase
|
||||
$this->app['events']->fire(new ComponentStatusWasUpdatedEvent($component, 1, 2));
|
||||
|
||||
$this->seeMessageFor($subscriber->email);
|
||||
$this->seeMessageWithSubject(trans('notifications.component.status_update.subject'));
|
||||
$this->seeMessageWithSubject(trans('notifications.component.status_update.mail.subject'));
|
||||
|
||||
$message = $this->getMailer()->lastMessage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user