logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 165961f56dfa20d27869f53777798a8d4ce572f9
parent aa1f97a5b6904aec38621c9af79a81b5a7b62e30
Author: Alexander Strizhakov <alex.strizhakov@gmail.com>
Date:   Thu, 24 Sep 2020 12:00:39 +0300

don't run in async mode

Diffstat:

Mtest/emoji_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/emoji_test.exs b/test/emoji_test.exs @@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.EmojiTest do - use ExUnit.Case, async: true + use ExUnit.Case alias Pleroma.Emoji describe "is_unicode_emoji?/1" do