Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Nov 28, 2016
1 parent eec4e9c commit 8411f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NotifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function testNotifierReturnsTheCorrectMessageWhenUsingTheDefaultView()
config(['lern.notify.view' => "exceptions.default"]);
$this->notifier = new Notifier;
$result = $this->notifier->getMessage(new Exception);
$this->assertContains('Exception:/vagrant/tylercd100/lern/tests/NotifierTest.php', $result);
$this->assertContains('tylercd100/lern/tests/NotifierTest.php', $result);
}

public function testNotifierReturnsTheCorrectMessageWhenUsingClosure()
Expand Down

0 comments on commit 8411f76

Please sign in to comment.