Commit 9d2b785b authored by Steven's avatar Steven

chore: fix inbox test

parent 36b4ba33
......@@ -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)
......
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