Correct the likes tests
This commit is contained in:
parent
85cb5882bc
commit
cd9daa1fbd
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ class LikesTest extends TestCase
|
|||
|
||||
public function test_single_like_page()
|
||||
{
|
||||
$response = $this->get('/likes');
|
||||
$response->assertViewIs('likes.index');
|
||||
$response = $this->get('/likes/1');
|
||||
$response->assertViewIs('likes.show');
|
||||
}
|
||||
|
||||
public function test_like_micropub_request()
|
||||
|
|
Loading…
Add table
Reference in a new issue