From b31a934a804aed3f35442ceafe2080b0955e7317 Mon Sep 17 00:00:00 2001 From: dcc Date: Wed, 15 May 2024 00:57:23 -0700 Subject: total rebase --- test/pleroma/conversation/participation_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 test/pleroma/conversation/participation_test.exs (limited to 'test/pleroma/conversation') diff --git a/test/pleroma/conversation/participation_test.exs b/test/pleroma/conversation/participation_test.exs old mode 100755 new mode 100644 index a844376..697bdb7 --- 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) -- cgit v1.2.3