diff --git a/src/presentation/http/router/note.test.ts b/src/presentation/http/router/note.test.ts index b0733562..2187fb53 100644 --- a/src/presentation/http/router/note.test.ts +++ b/src/presentation/http/router/note.test.ts @@ -2075,8 +2075,8 @@ describe('Note API', () => { content: history.content, tools: history.tools, user: { - name: user.name, - photo: user.photo, + name: creator.name, + photo: creator.photo, }, }, });