diff --git a/test/store/reaction_test.go b/test/store/reaction_test.go index ceac828d3..3e3b1e2f5 100644 --- a/test/store/reaction_test.go +++ b/test/store/reaction_test.go @@ -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,