Skip to content

Commit

Permalink
Fixando erro 404 no teste
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseCage committed Oct 11, 2018
1 parent 325e598 commit d0015d5
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 @@ -14,7 +14,7 @@ class ExampleTest extends TestCase
*/
public function testBasicTest()
{
$response = $this->get('/');
$response = $this->get('/api/v1/slangs');

$response->assertStatus(200);
}
Expand Down

0 comments on commit d0015d5

Please sign in to comment.