Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jul 31, 2024
1 parent 9802d0b commit 84ab46a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/presentation/http/router/note.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2074,6 +2074,10 @@ describe('Note API', () => {
createdAt: history.createdAt,
content: history.content,
tools: history.tools,
user: {
name: user.name,
photo: user.photo,
},
},
});
}
Expand Down

0 comments on commit 84ab46a

Please sign in to comment.