Commit a7481f69 authored by Taylor Otwell's avatar Taylor Otwell

fix assertion

parent ba5bde7c
...@@ -18,6 +18,6 @@ class ExampleTest extends TestCase ...@@ -18,6 +18,6 @@ class ExampleTest extends TestCase
{ {
$response = $this->get('/'); $response = $this->get('/');
$response->assertHasStatus(200); $response->assertStatus(200);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment