Commit 9d2b785b authored by Steven's avatar Steven

chore: fix inbox test

parent 36b4ba33
...@@ -21,9 +21,7 @@ func TestInboxStore(t *testing.T) { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment