diff options
author | lambda <pleromagit@rogerbraun.net> | 2017-11-18 15:58:44 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2017-11-18 15:58:44 +0000 |
commit | ed3403ad8be255480d7e41f899d74fe9e5ef3f84 (patch) | |
tree | f2a5c041dc5879af9b56215bdd53311443027e05 /test/web/common_api/common_api_utils_test.exs | |
parent | 146ec80285a7f4e8a64ce286f7ddd69c59841695 (diff) | |
parent | 31e4277ba5a2a793a0bc94f5d7682a48349583a3 (diff) | |
download | pleroma-ed3403ad8be255480d7e41f899d74fe9e5ef3f84.tar.gz pleroma-ed3403ad8be255480d7e41f899d74fe9e5ef3f84.zip |
Merge branch 'formatting-fixes' into 'develop'
Formatting fixes
Closes #80
See merge request pleroma/pleroma!22
Diffstat (limited to 'test/web/common_api/common_api_utils_test.exs')
-rw-r--r-- | test/web/common_api/common_api_utils_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/common_api/common_api_utils_test.exs b/test/web/common_api/common_api_utils_test.exs index a159c0835..f6a7da9ed 100644 --- a/test/web/common_api/common_api_utils_test.exs +++ b/test/web/common_api/common_api_utils_test.exs @@ -11,6 +11,6 @@ defmodule Pleroma.Web.CommonAPI.UtilsTest do res = Utils.add_attachments("", [attachment]) - assert res == "<br>\n<a href=\"#{name}\" class='attachment'>Sakura Mana – Turned on by a Se…</a>" + assert res == "<br><a href=\"#{name}\" class='attachment'>Sakura Mana – Turned on by a Se…</a>" end end |