Test: More async/sync tweaks.

This commit is contained in:
lain 2020-12-21 15:05:56 +01:00
commit 9d5ce82221
11 changed files with 53 additions and 19 deletions

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.ConfigTest do
use Pleroma.DataCase, async: true
use Pleroma.DataCase
test "get/1 with an atom" do
assert Pleroma.Config.get(:instance) == Application.get_env(:pleroma, :instance)