mirror of
https://github.com/usememos/memos.git
synced 2025-03-24 14:40:16 +01:00
chore: fix tests
This commit is contained in:
parent
3a5bc82d39
commit
e5f244cb50
@ -18,7 +18,7 @@ func TestReactionStore(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
|
||||
contentID := "test_content_id"
|
||||
reaction, err := ts.CreateReaction(ctx, &storepb.Reaction{
|
||||
reaction, err := ts.UpsertReaction(ctx, &storepb.Reaction{
|
||||
CreatorId: user.ID,
|
||||
ContentId: contentID,
|
||||
ReactionType: storepb.Reaction_HEART,
|
||||
|
Loading…
x
Reference in New Issue
Block a user