Skip to content

Commit b422c13

Browse files
committed
Fix tweet response structure
1 parent ccdc457 commit b422c13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/tests/Feature/Api/ApiTestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ abstract class ApiTestCase extends BaseTestCase
4646
'text',
4747
'image_url',
4848
'author' => self::USER_RESOURCE_STRUCTURE,
49-
'comments_count'
49+
'comments_count',
50+
'likes_count'
5051
];
5152

5253
/**

0 commit comments

Comments
 (0)