1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

don't run in async mode

This commit is contained in:
Alexander Strizhakov 2020-09-24 12:00:39 +03:00
parent aa1f97a5b6
commit 165961f56d
No known key found for this signature in database
GPG key ID: 022896A53AEF1381

View file

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