Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jul 31, 2024
1 parent 84ab46a commit 54eb101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/presentation/http/router/note.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
});
Expand Down

0 comments on commit 54eb101

Please sign in to comment.