fix assertion
This commit is contained in:
parent
ba5bde7c91
commit
a7481f69d5
@ -18,6 +18,6 @@ class ExampleTest extends TestCase
|
||||
{
|
||||
$response = $this->get('/');
|
||||
|
||||
$response->assertHasStatus(200);
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user