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=20de31c3963bbb892c0f5315d5df21f742acf42c;hpb=0ca3ab7b59edaec255aa3710fce8a9daa236b44d;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 20de31c39..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 == "
i\"m a boy.png" + assert res == "
\ni\"m a boy.png" end end