소스 검색

test fix

tags/v1.1.4
Alex S 5 년 전
부모
커밋
484162c187
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      test/formatter_test.exs

+ 1
- 3
test/formatter_test.exs 파일 보기

@@ -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



불러오는 중...
취소
저장