Fix tests

This commit is contained in:
James Brooks
2017-01-09 18:44:03 +00:00
parent c1831d8559
commit f22d3fc717
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ return [
'action' => 'View',
],
'slack' => [
'title' => 'New Schedule Created!.'
'title' => 'New Schedule Created!',
'content' => ':name was scheduled for :date',
],
'sms' => [

View File

@@ -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();