Skip to content

Commit 84ab46a

Browse files
committed
test fix
1 parent 9802d0b commit 84ab46a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,6 +2074,10 @@ describe('Note API', () => {
20742074
createdAt: history.createdAt,
20752075
content: history.content,
20762076
tools: history.tools,
2077+
user: {
2078+
name: user.name,
2079+
photo: user.photo,
2080+
},
20772081
},
20782082
});
20792083
}

0 commit comments

Comments
 (0)