Browse Source

test fix

tags/v1.1.4
Alex S 5 years ago
parent
commit
484162c187
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      test/formatter_test.exs

+ 1
- 3
test/formatter_test.exs View File

@@ -271,10 +271,8 @@ defmodule Pleroma.FormatterTest do
test "it returns the emoji used in the text" do
text = "I love :moominmamma:"

tag = Keyword.get(Application.get_env(:pleroma, :emoji), :finmoji_tag)

assert Formatter.get_emoji(text) == [
{"moominmamma", "/finmoji/128px/moominmamma-128.png", tag}
{"moominmamma", "/finmoji/128px/moominmamma-128.png", "Finmoji"}
]
end



Loading…
Cancel
Save