Tests: Make as many tests as possible async.
[akkoma] / test / pleroma / config_test.exs
index 1556e4237420cf35c253f7a19f43b7b57495dca6..ac7c8bba9c0b53704c726a833430d7fd12a41cee 100644 (file)
@@ -3,7 +3,7 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.ConfigTest do
-  use ExUnit.Case
+  use Pleroma.DataCase, async: true
 
   test "get/1 with an atom" do
     assert Pleroma.Config.get(:instance) == Application.get_env(:pleroma, :instance)