diff options
Diffstat (limited to 'test/pleroma/conversation/participation_test.exs')
| -rw-r--r--[-rwxr-xr-x] | test/pleroma/conversation/participation_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/conversation/participation_test.exs b/test/pleroma/conversation/participation_test.exs index a844376..697bdb7 100755..100644 --- a/test/pleroma/conversation/participation_test.exs +++ b/test/pleroma/conversation/participation_test.exs @@ -57,7 +57,7 @@ defmodule Pleroma.Conversation.ParticipationTest do assert Participation.unread_count(other_user) == 0 end - test "for a new conversation, it sets the recipents of the participation" do + test "for a new conversation, it sets the recipients of the participation" do user = insert(:user) other_user = insert(:user) third_user = insert(:user) |
