diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-24 09:50:39 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-24 09:50:39 +0000 |
commit | 151df9fc17ec01ab566c433571a263741ed1844f (patch) | |
tree | b41866ddf065cdd9ef99f80a0ff3eb9d2407db23 /test/emoji_test.exs | |
parent | 47cd59342f0f82415b04e36e05741e0fcafdbdcc (diff) | |
parent | 165961f56dfa20d27869f53777798a8d4ce572f9 (diff) | |
download | pleroma-151df9fc17ec01ab566c433571a263741ed1844f.tar.gz pleroma-151df9fc17ec01ab566c433571a263741ed1844f.zip |
Merge branch 'fix/test-fix' into 'develop'
Fix for test on mac
See merge request pleroma/pleroma!3027
Diffstat (limited to 'test/emoji_test.exs')
-rw-r--r-- | test/emoji_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emoji_test.exs b/test/emoji_test.exs index b36047578..1dd3c58c6 100644 --- 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 |