XMLBuidlder test: Make async.

This commit is contained in:
lain 2020-12-21 12:35:04 +01:00
parent ecd39a8fe5
commit 2f8ec8a9cc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.XmlBuilderTest do
use Pleroma.DataCase
use Pleroma.DataCase, async: true
alias Pleroma.XmlBuilder
test "Build a basic xml string from a tuple" do