logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 31148c1857dae28377f9b864a9ebe143d99beb96
parent db90c9e3b0ae5804f4e3eae4deda5f4b8a278010
Author: Alex Gleason <alex@alexgleason.me>
Date:   Sat, 15 Jan 2022 12:31:36 -0600

FormatterTest: fix nesting in expected output

Diffstat:

Mtest/pleroma/formatter_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/pleroma/formatter_test.exs b/test/pleroma/formatter_test.exs @@ -294,7 +294,7 @@ defmodule Pleroma.FormatterTest do assert length(mentions) == 1 expected_text = - ~s(<p>Hello</p><p><span class="h-card"><a class="u-url mention" data-user="#{lain.id}" href="#{lain.ap_id}" rel="ugc">@<span>lain</span></a></p></span>) + ~s(<p>Hello</p><p><span class="h-card"><a class="u-url mention" data-user="#{lain.id}" href="#{lain.ap_id}" rel="ugc">@<span>lain</span></a></span></p>) assert expected_text == text end