fix assertion

This commit is contained in:
Taylor Otwell 2016-12-05 13:22:14 -06:00
parent ba5bde7c91
commit a7481f69d5

View File

@ -18,6 +18,6 @@ class ExampleTest extends TestCase
{
$response = $this->get('/');
$response->assertHasStatus(200);
$response->assertStatus(200);
}
}