fix backend tests

This commit is contained in:
dakkar 2024-04-25 11:56:19 +01:00
parent deb2474bdb
commit ce8d0e45e9
2 changed files with 2 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,