X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fweb%2Ftwitter_api%2Ftwitter_api_utils_test.exs;h=3ed61e173fee59d87c739a5739b18cc59abeccba;hb=3063e3b44088009269cae1bbe49fc5f5e3423939;hp=62aa7843bc661fc07ed62776edcfb8b1a3003f20;hpb=83c657afa557ac3cdfd2e3888511b403857de8aa;p=akkoma diff --git a/test/web/twitter_api/twitter_api_utils_test.exs b/test/web/twitter_api/twitter_api_utils_test.exs index 62aa7843b..3ed61e173 100644 --- a/test/web/twitter_api/twitter_api_utils_test.exs +++ b/test/web/twitter_api/twitter_api_utils_test.exs @@ -9,6 +9,6 @@ defmodule Pleroma.Web.TwitterAPI.UtilsTest do res = Utils.add_attachments("", [attachment]) - assert res == "
\ni\"m a boy.png" + assert res == "
\ni\"m a boy.png" end end