Tests: Make as many tests as possible async.
[akkoma] / test / pleroma / earmark_renderer_test.exs
index 220d97d168d07b5d8df0c0ea42ebf32c723588f7..73aaec7f4eaf934bea90f9b9d88a3ec086c5d133 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright © 2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 defmodule Pleroma.EarmarkRendererTest do
-  use ExUnit.Case
+  use Pleroma.DataCase, async: true
 
   test "Paragraph" do
     code = ~s[Hello\n\nWorld!]