mirror of
https://github.com/usememos/memos.git
synced 2025-01-28 08:05:03 +08:00
chore: fix inbox test
This commit is contained in:
parent
36b4ba33fa
commit
9d2b785be6
1 changed files with 1 additions and 3 deletions
|
@ -21,9 +21,7 @@ func TestInboxStore(t *testing.T) {
|
||||||
ReceiverID: user.ID,
|
ReceiverID: user.ID,
|
||||||
Status: store.UNREAD,
|
Status: store.UNREAD,
|
||||||
Message: &storepb.InboxMessage{
|
Message: &storepb.InboxMessage{
|
||||||
Title: "title",
|
Type: storepb.InboxMessage_TYPE_MEMO_COMMENT,
|
||||||
Content: "content",
|
|
||||||
Link: "link",
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
inbox, err := ts.CreateInbox(ctx, create)
|
inbox, err := ts.CreateInbox(ctx, create)
|
||||||
|
|
Loading…
Reference in a new issue