Merge branch 'feat/allow_alt_text_search_config' into 'develop'
[akkoma] / test / pleroma / emoji_test.exs
index 9cfd7b46b3d93ca14c98294e445085dce2357259..027a8132f768fa827f00ae6f41513a8ffc04086f 100644 (file)
@@ -1,9 +1,9 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.EmojiTest do
-  use ExUnit.Case
+  use ExUnit.Case, async: true
   alias Pleroma.Emoji
 
   describe "is_unicode_emoji?/1" do