Spaces:
Sleeping
Sleeping
| test('returns a successful response', function () { | |
| $response = $this->get(route('home')); | |
| $response->assertOk(); | |
| }); |
| test('returns a successful response', function () { | |
| $response = $this->get(route('home')); | |
| $response->assertOk(); | |
| }); |