X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fpleroma%2Femoji%2Fformatter_test.exs;h=eafdd5a435eabdea744b5c4983dd0d552048043b;hb=bdc676e43318bdeadf83c7c3a8909cff28910a41;hp=3942f609fd0e85d65cc8d0fef1061aabeae82287;hpb=3aa25b008d145bc7bfda907bca3b327753380728;p=akkoma diff --git a/test/pleroma/emoji/formatter_test.exs b/test/pleroma/emoji/formatter_test.exs index 3942f609f..eafdd5a43 100644 --- a/test/pleroma/emoji/formatter_test.exs +++ b/test/pleroma/emoji/formatter_test.exs @@ -11,7 +11,7 @@ defmodule Pleroma.Emoji.FormatterTest do text = "I love :firefox:" expected_result = - "I love \"firefox\"" + "I love \"firefox\"" assert Formatter.emojify(text) == expected_result end