wip: テストのエラーを修正

This commit is contained in:
GrapeApple0 2024-06-16 00:53:47 +00:00
parent 8faa2da387
commit 444c67076d
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ describe('NoteCreateService', () => {
describe('is-renote', () => {
const base: MiNote = {
id: 'some-note-id',
updatedAt: null,
replyId: null,
reply: null,
renoteId: null,