Skip to content

Commit 54eb101

Browse files
committed
fix test
1 parent 84ab46a commit 54eb101

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/presentation/http/router/note.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2075,8 +2075,8 @@ describe('Note API', () => {
20752075
content: history.content,
20762076
tools: history.tools,
20772077
user: {
2078-
name: user.name,
2079-
photo: user.photo,
2078+
name: creator.name,
2079+
photo: creator.photo,
20802080
},
20812081
},
20822082
});

0 commit comments

Comments
 (0)