Skip to content

Commit 6a24b86

Browse files
committed
✅ test: feed fixture 수정 - commentCount 추가
1 parent e4b6037 commit 6a24b86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/test/fixture/feed.fixture.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export class FeedFixture {
1919
thumbnail: `https://test.com/test${index}.png`,
2020
summary: `test summary ${index}`,
2121
likes: 0,
22+
comments: 0,
2223
},
2324
blog: rssAccept,
2425
});

0 commit comments

Comments
 (0)