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/web/activity_pub/mrf/ensure_re_prepended_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 test/pleroma/web/activity_pub/mrf/ensure_re_prepended_test.exs (limited to 'test/pleroma/web/activity_pub/mrf/ensure_re_prepended_test.exs') diff --git a/test/pleroma/web/activity_pub/mrf/ensure_re_prepended_test.exs b/test/pleroma/web/activity_pub/mrf/ensure_re_prepended_test.exs old mode 100755 new mode 100644 index 859e6f1..5afab0c --- a/test/pleroma/web/activity_pub/mrf/ensure_re_prepended_test.exs +++ b/test/pleroma/web/activity_pub/mrf/ensure_re_prepended_test.exs @@ -24,7 +24,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.EnsureRePrependedTest do assert res["object"]["summary"] == "re: object-summary" end - test "it adds `re:` to summary object when child summary containts re-subject of parent summary " do + test "it adds `re:` to summary object when child summary contains re-subject of parent summary " do message = %{ "type" => "Create", "object" => %{ -- cgit v1.2.3