mirror of
https://github.com/usememos/memos.git
synced 2025-10-06 04:24:48 +08:00
chore: fix tests
This commit is contained in:
parent
3a5bc82d39
commit
e5f244cb50
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue