diff --git a/src/services/pictureService.test.ts b/src/services/pictureService.test.ts index f03354a..1d0b5c7 100644 --- a/src/services/pictureService.test.ts +++ b/src/services/pictureService.test.ts @@ -25,6 +25,6 @@ describe("PictureService", () => { it('should fetch comments', async () => { const comments = await service.getComments("") - expect(comments[0]).toBe("This is a comment") + expect(comments[0].comment).toBe("This is a comment") }) }) \ No newline at end of file