mirror of
https://github.com/usememos/memos.git
synced 2025-02-15 10:50:47 +01:00
chore: fix inbox test
This commit is contained in:
parent
36b4ba33fa
commit
9d2b785be6
@ -21,9 +21,7 @@ func TestInboxStore(t *testing.T) {
|
||||
ReceiverID: user.ID,
|
||||
Status: store.UNREAD,
|
||||
Message: &storepb.InboxMessage{
|
||||
Title: "title",
|
||||
Content: "content",
|
||||
Link: "link",
|
||||
Type: storepb.InboxMessage_TYPE_MEMO_COMMENT,
|
||||
},
|
||||
}
|
||||
inbox, err := ts.CreateInbox(ctx, create)
|
||||
|
Loading…
x
Reference in New Issue
Block a user