Test: fixing factory on product url

This commit is contained in:
2018-09-19 16:30:59 -03:00
parent fa74f32bbd
commit 8033a9aeb2
2 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,6 @@ class ExampleTest extends TestCase
*/
public function testBasicTest()
{
$response = $this->get('/');
$response->assertStatus(200);