Skip to content

Commit

Permalink
fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 5, 2016
1 parent ba5bde7 commit a7481f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public function testBasicTest()
{
$response = $this->get('/');

$response->assertHasStatus(200);
$response->assertStatus(200);
}
}

0 comments on commit a7481f6

Please sign in to comment.