Fix test.

This commit is contained in:
James Cole
2016-12-06 09:12:04 +01:00
parent 687da83feb
commit 2ca584f097
2 changed files with 1 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ class HomeControllerTest extends TestCase
public function testDisplayError()
{
$this->be($this->user());
$this->call('GET', route('displayError'));
$this->call('GET', route('error'));
$this->assertResponseStatus(500);
}