diff --git a/test/store/inbox_test.go b/test/store/inbox_test.go index 5c4dbc48..dc88363a 100644 --- a/test/store/inbox_test.go +++ b/test/store/inbox_test.go @@ -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)