Finished implementing PictureService

This commit is contained in:
2026-04-03 09:18:59 +02:00
parent 7b19bea790
commit cf9fee5186

View File

@@ -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")
})
})